what is available in C language but not in C++?
Answer Posted / faheem
in c default return type is void but in c++ it is int.
Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
How would you use the functions fseek(), freed(), fwrite() and ftell()?
How can I handle floating-point exceptions gracefully?
Explain about the functions strcat() and strcmp()?
What is switch in c?
Why is c known as a mother language?
What is s or c?
Describe how arrays can be passed to a user defined function
What is realloc in c?
Explain the array representation of a binary tree in C.
What is assignment operator?
How many keywords (reserve words) are in c?
Where can I get an ansi-compatible lint?
What is the function of this pointer?
Tell me when is a void pointer used?
What is static identifier?