What is nested structure in c?


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

Post New Answer

More C Interview Questions

HOW TO SWAP TWO NOS IN ONE STEP?

16 Answers   Satyam,


#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?

1 Answers   Groupon,


Differentiate fundamental data types and derived data types in C.

0 Answers   HCL,


Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).

1 Answers  


What are pointers? What are different types of pointers?

0 Answers   Fidelity,


How can I do peek and poke in c?

0 Answers  


What is bubble sort technique in c?

0 Answers  


What does c mean?

0 Answers  


Explain what are preprocessor directives?

0 Answers  


how to introdu5ce my self in serco

0 Answers  


p*=(++q)++*--p when p=q=1 while(q<=6)

0 Answers   KINPOE,


What do you know about the use of bit field?

0 Answers  


Categories