Answer Posted / shivang
No we cannot define any function within any function.Even
though i read it in book by yeshwant kanetkar,i also tested
it, my program generated an error while doing so.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is #include stdio h and #include conio h?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is indirection?
What do you mean by scope of a variable in c?
Are there any problems with performing mathematical operations on different variable types?
What is a void pointer? When is a void pointer used?
What is putchar() function?
Where we use clrscr in c?
What are the advantages of union?
How do you view the path?
What is the purpose of the statement: strcat (S2, S1)?
What is a structure member in c?
What are the types of c language?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...