What's the best way to declare and define global variables?
Answer Posted / vignesh1988i
as for C is concerned the best way to declare and define the
global variable is brefore the main() function
Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Tell me what is null pointer in c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
using for loop sum 2 number of any 4 digit number in c language
What is the difference between fread and fwrite function?
What is the difference between exit() and _exit() function?
Write a program to identify if a given binary tree is balanced or not.
What is #ifdef ? What is its application?
Write a program to check palindrome number in c programming?
What is console in c language?
What is the use of the function in c?
What is a pragma?
Explain about block scope in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
why programs in c are running with out #include
Explain the difference between call by value and call by reference in c language?