Answer Posted / anil kumar nahak
Yes we define any function(without main()) with in a function.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is the sizeof () a pointer?
Explain union.
What do you mean by command line argument?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Process by which one bit pattern in to another by bit wise operation is?
explain what are actual arguments?
Is Exception handling possible in c language?
What is a loop?
Explain what are reserved words?
Explain spaghetti programming?
Why do we write return 0 in c?
Which of these functions is safer to use : fgets(), gets()? Why?
Why do we use int main?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..