What is nested structure?


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

Post New Answer

More C Interview Questions

how can i calculate mean,median,mode by using c program

1 Answers   HCL,


What are predefined functions in c?

0 Answers  


What is the explanation for cyclic nature of data types in c?

0 Answers  


What is the use of void pointer and null pointer in c language?

0 Answers  


how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  






What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


If the static variable is declared as global, will it be same as extern?

1 Answers   Samsung,


What are structure types in C?

0 Answers  


what is Structural oriented language? give some example of this language.....?

1 Answers  


An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee

2 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,


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

0 Answers  


Categories