How important is structure in life?



How important is structure in life?..

Answer / Abhinav Gaur

Structures are not applicable in the C programming language. This question seems unrelated to the provided C questions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is a null string in c?

1 Answers  


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


Why c is a procedural language?

1 Answers  


What is the purpose of ftell?

1 Answers  


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

5 Answers   Adobe,


What is c standard library?

1 Answers  


What are dangling pointers in c?

1 Answers  


What are the features of c languages?

1 Answers  


How do I swap bytes?

1 Answers  


What is a Genralised LInked List?? Please give a detailed explation of it..

1 Answers  


Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.

1 Answers   TCS,


How can you tell whether two strings are the same?

1 Answers  


Categories