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 |
What is a null string in c?
void main() { int a=1; while(a++<=1) while(a++<=2); }
Why c is a procedural language?
What is the purpose of ftell?
Write code for atoi(x) where x is hexadecimal string.
What is c standard library?
What are dangling pointers in c?
What are the features of c languages?
How do I swap bytes?
What is a Genralised LInked List?? Please give a detailed explation of it..
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.
How can you tell whether two strings are the same?