What is the Difference between "C structure" and "C++
structure"?
Answer Posted / shweta iyer
In C, the header file used for input/output is #include<stdio.h>
whereas in C++, the header file used for input/output is
#include<iostream.h>
Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What does int * mean in c++?
What is the use of vtable?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What is tellg () in c++?
What is a constant reference?
Does c++ have finally?
Keyword mean in declaration?
Can you use the function fprintf() to display the output on the screen?
What is c++ manipulator?
What is the best ide for c++?
Why is it called c++?
What is bubble sort c++?
Please explain class & object in c++?
What is an undefined behavior and sequence points
Why do we use templates?