What's the best way to declare and define global variables?
Answer Posted / sathish
before the main
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the standard predefined macros?
What is the collection of communication lines and routers called?
Why void is used in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is call by value in c?
Why & is used in c?
How can you draw circles in C?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What language is c written?
Can we declare variable anywhere in c?
How to establish connection with oracle database software from c language?
Why is python slower than c?
What is c variable?
What is the use of define in c?