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 is a constructor in c++ with example?
What is a terminating character in c++?
What is c++ coding?
What is the role of copy constructor in copying of thrown objects?
Are there any special rules about inlining?
What are the five basic elements of a c++ program?
What is a static element?
how to connect with oracle 9i with server in socket program in c/c++
What is the full form of c++?
Difference between Abstraction and encapsulation in C++?
What is setf in c++?
Which operations are permitted on pointers?
What is a flag in c++?
How can I learn c++ easily?
Can we use this pointer in a class specific, operator-overloading function for new operator?