K
Q. Which C keyword is used to extend the visibility of variables?
The "extern: keyword used to define an extern variable, that can be accessed in any source file. i.e., extern is used to extend the visibility of variables in C language.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the return type of malloc() or calloc()?
Q. Decision making in the C programming language is ___.
Q. What is a C FILE data type?
Q. Which function is used to close an opened file in C?
Q. Which escape character can be used to begin a new line in C?
Q. What data type can store 15.9635?
Discusssion
Login to discuss.