What are the 5 elements of structure?


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

Post New Answer

More C Interview Questions

How is a structure member accessed?

0 Answers  


Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.

0 Answers  


What is volatile

2 Answers  


What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  


f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?

5 Answers   Geometric Software,






hi any body pls give me company name interview conduct "c" language only

0 Answers  


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,


What is double pointer in c?

0 Answers  


What is the default value of local and global variables in c?

0 Answers  


When should volatile modifier be used?

0 Answers  


What is mean by data types in c?

0 Answers  


Why can’t we compare structures?

0 Answers  


Categories