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

Explain about the constants which help in debugging?

0 Answers  


What is void main ()?

0 Answers  


how can use subset in c program and give more example

0 Answers  


write a program to print the one dimensional array.

1 Answers  


write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

1 Answers   iGate, Shashi, Source Bits, Subex,






what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,


Explain what is the benefit of using const for declaring constants?

0 Answers  


What is a macro?

0 Answers  


write a program to copy a string without using a string?

2 Answers  


what are two kinds of java

2 Answers  


Write a program to generate the Fibinocci Series

0 Answers   TISL,


What is the meaning of typedef struct in c?

0 Answers  


Categories