Answer Posted / useless
C is just like a sea. very wide and deep....
| Is This Answer Correct ? | 5 Yes | 13 No |
Post New Answer View All Answers
How can I swap two values without using a temporary?
int i=10; printf("%d %d %d", i, i=20, i);
What is the difference between a function and a method in c?
Who invented bcpl language?
When was c language developed?
What is structure padding and packing in c?
What is the general form of a C program?
What is sizeof array in c?
What is sizeof array?
what are the advantages of a macro over a function?
Why c is faster than c++?
What is the difference between if else and switchstatement
What is a method in c?
Explain About fork()?
What is use of bit field?