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


Please Help Members By Posting Answers For Below Questions

What is a c++ object?

613


What is the best c++ compiler?

590


If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

634


Is map sorted c++?

510


Write about a nested class and mention its use?

622






Incase of a function declaration, what is extern means?

513


What is the use of typedef?

631


What do you mean by static variables?

600


If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?

609


Explain object slicing in c++?

585


What is protected inheritance?

592


What are libraries in c++?

601


What are the two main components of c++?

586


What is the use of register keyword with the variables?

545


What are c++ redistributables?

554