What is nested structure?


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

Post New Answer

More C Interview Questions

can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


why we need function pointers?

3 Answers  


What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


What is the real time usage volatile?

2 Answers   Polycom,


How do I create a directory? How do I remove a directory (and its contents)?

0 Answers  






main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }

2 Answers  


Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

3 Answers   Value Labs,


What is difference between structure and union with example?

0 Answers  


What is typedef?

1 Answers  


give one ip, find out which contry

4 Answers   Google,


What is the difference between break and continue?

0 Answers  


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

0 Answers  


Categories