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 is "Duff's Device"?
What is static memory allocation?
What are the 5 data types?
How can my program discover the complete pathname to the executable from which it was invoked?
What is data structure in c programming?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is a pointer in c plus plus?
What is the difference between %d and %i?
What does node * mean?
Tell me when would you use a pointer to a function?
What is I ++ in c programming?
What is the size of enum in bytes?
What are preprocessor directives in c?
What is meant by realloc()?
Define Array of pointers.