What's the best way to declare and define global variables?
Answer Posted / karnik ankit
the best way to declare and define global variables after
the header files or before the main function.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is structure in c definition?
why we wont use '&' sing in aceesing the string using scanf
What is the explanation for cyclic nature of data types in c?
Why do we use stdio h and conio h?
What does typedef struct mean?
What are the different types of linkage exist in c?
What is far pointer in c?
What is the use of pragma in embedded c?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
Explain two-dimensional array.
What is pointer to pointer in c?
What is the concatenation operator?
What is an lvalue in c?
Why void main is used in c?
What is the purpose of macro in C language?