What's the best way to declare and define global variables?
Answer Posted / ajeet singh
through the "public" key world, we define the globle variable.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What are the functions to open and close file in c language?
How can you pass an array to a function by value?
How would you rename a function in C?
Explain a pre-processor and its advantages.
How can I implement a delay, or time a users response, with sub-second resolution?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
code for find determinent of amatrix
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
how we can make 3d venturing graphics on outer interface
What does c mean before a date?
Is c is a high level language?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
How main function is called in c?
Where is volatile variable stored?
What is the use of f in c?