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
Explain what is the difference between functions abs() and fabs()?
how is the examination pattern?
Write program to remove duplicate in an array?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is structure in c explain with example?
What does malloc () calloc () realloc () free () do?
What do you understand by friend-functions? How are they used?
Not all reserved words are written in lowercase. TRUE or FALSE?
What is an lvalue?
How can I get random integers in a certain range?
What are the 5 types of inheritance in c ++?
Explain what is #line used for?
What does the c in ctime mean?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Why is %d used in c?