What are nested functions in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

0 Answers   TISL,


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...

3 Answers  


Program to display given 3 integers in ascending order

1 Answers   N Tech,


write a programming in c language, 1 3 5 7 9 11

2 Answers   NIIT,


Write a progarm to find the length of string using switch case?

0 Answers   TCS,






Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

0 Answers  


how to find string length wihtout using c function?

6 Answers  


Can include files be nested?

0 Answers  


what is the difference between char * const and const char *?

2 Answers   TCS,


What is dynamic variable in c?

0 Answers  


what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7

4 Answers   TCS,


program to locate string with in a string with using strstr function

2 Answers   Huawei, Shreyas,


Categories