Can we declare a function inside a function in c?


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

Post New Answer

More C Interview Questions

what is data structure.in linear and non linear data structures which one is better?Explain

3 Answers   Wipro,


What is the difference between text files and binary files?

0 Answers  


What is the best way to store flag values in a program?

0 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


What is the use of function in c?

0 Answers  






two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.

5 Answers   Verifone,


what are two categories of clint-server application development ?

1 Answers  


What is pre-emptive data structure and explain it with example?

0 Answers  


What is a pointer variable in c language?

0 Answers  


Explain what is the general form of a c program?

0 Answers  


Total of how many functions are available in c?

3 Answers  


I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7

1 Answers  


Categories