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 the difference between array and pointer?
What is c variable?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Why is struct padding needed?
Write a program to swap two numbers without using third variable?
What is the advantage of an array over individual variables?
What is the translation phases used in c language?
What is the use of define in c?
Tell us the use of fflush() function in c language?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is #include called?
What is 1d array in c?
Why is c used in embedded systems?