What are structure types in C?


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

Post New Answer

More C Interview Questions

write a c program to find the roots of a quadratic equation ax2 + bx + c = 0

11 Answers   CSC, St Marys, TATA,


Is the following code legal? struct a { int x; struct a b; }

4 Answers  


list the no of files created when c source file is compiled

9 Answers   TCS,


Write any data structure program (stack implementation)

1 Answers   HTC,


What is structure padding & expalain wid example what is bit wise structure?

1 Answers  


whitch value return void main?

11 Answers  


WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

1 Answers  


how to compare two strings without using strcmp() function??

1 Answers  


can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


Determine if a number is a power of 2 at O(1).

2 Answers  


#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


Categories