What is self-referential structure in c programming?


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

Post New Answer

More C Interview Questions

main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


What is mean by data types in c?

0 Answers  


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

0 Answers   Huawei,


#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

9 Answers   Burning Glass,


What are the types of data structures in c?

0 Answers  






Subtract Two Number Without Using Subtraction Operator

0 Answers  


What is variable in c example?

0 Answers  


what is software?

7 Answers   Wipro,


Why is C language being considered a middle level language?

0 Answers  


Explain what is the difference between functions getch() and getche()?

0 Answers  


What is wrong with this program statement?

0 Answers  


What is structure and union in c?

0 Answers  


Categories