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
Who developed c language and when?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Why we use stdio h in c?
What is derived datatype in c?
What is stack in c?
How can you draw circles in C?
How can I automatically locate a programs configuration files in the same directory as the executable?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Implement bit Array in C.
What is ctrl c called?
Explain what is the difference between a string and an array?
What are the properties of union in c?
What are the 4 types of functions?
Process by which one bit pattern in to another by bit wise operation is?
What are types of functions?