What is a nested loop?


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

Post New Answer

More C Interview Questions

main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


Write a program to identify if a given binary tree is balanced or not.

0 Answers   JPMorgan Chase,


what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }

20 Answers   Infosys,


related proverb of "dont count your chicken before it hatches"

1 Answers  


how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,






wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


Meaning of () in c

1 Answers  


what r callback function?

1 Answers  


How many types of linked lists what are they? How many types of data structures?

18 Answers   BSNL, Pivotal Software,


what is the difference between embedded c and turbo c ?

1 Answers  


what is the difference between. system call and library function?

2 Answers   CDAC, Satyam,


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


Categories