What's the best way to declare and define global variables?
Answer Posted / s.madhavi
By using #define directive............
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
What does do in c?
What is abstract data structure in c?
What are two dimensional arrays alternatively called as?
What does %d do in c?
Write a program to swap two numbers without using the third variable?
What is the use of void pointer and null pointer in c language?
How do you determine the length of a string value that was stored in a variable?
What is use of pointer?
What is pointer & why it is used?
What is p in text message?
Write a program to reverse a given number in c language?
What is the main difference between calloc () and malloc ()?
What is c programming structure?
how to capitalise first letter of each word in a given string?
What are operators in c?