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
What does the function toupper() do?
What is ## preprocessor operator in c?
Why is %d used in c?
What is realloc in c?
in iso what are the common technological language?
How can I get back to the interactive keyboard if stdin is redirected?
Why functions are used in c?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Why malloc is faster than calloc?
Where does the name "C" come from, anyway?
What is the acronym for ansi?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is the -> in c?