What is a structure in c language. how to initialise a structure in c?


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

Post New Answer

More C Interview Questions

what is the difference between definition and declaration? give me some examples.

2 Answers   TCS,


Write a C program to perform some of the operation which can be performed using Single linked list

1 Answers   Qualcomm,


difference of two no's with out using - operator

7 Answers  


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


How can I sort a linked list?

0 Answers  






#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?

3 Answers   Huawei,


How many types of operators are there in c?

0 Answers  


Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 Answers   Google, ME,


write a program to print %d ?

12 Answers  


What is "Duff's Device"?

0 Answers   Celstream,


write a c program to convert fahrenheit to celsius?

4 Answers   TCS,


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


Categories