Why we not create function inside function.


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

Post New Answer

More C Interview Questions

What is pointers in c with example?

0 Answers  


code for replace tabs with equivalent number of blanks

0 Answers   Bosch,


What are the keywords in c?

0 Answers  


What are the key features of C?

6 Answers  


What is a pointer?

1 Answers   ADP, IFFCO,


define string ?

0 Answers  


Are the expressions * ptr ++ and ++ * ptr same?

0 Answers  


Ow can I insert or delete a line (or record) in the middle of a file?

0 Answers  


Write a program to compute the following 1!+2!+...n!

4 Answers  


Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;

5 Answers   ITCO, Wipro,


What is scanf () in c?

0 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


Categories