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 template in c++?

1316


what is data abstraction in C++?

838


What is c strings syntax?

792


What is pointer to member?

774


What are c++ variables?

791


What does new return if there is insufficient memory to make your new object?

786


What is the best c++ compiler for windows 10?

771


Will a catch statement catch a derived exception if it is looking for the base class?

748


Define a conversion constructor?

818


What does the nocreate and noreplace flag ensure when they are used for opening a file?

886


Explain Memory Allocation in C/C++ ?

819


What is lazy initialization in c++?

832


Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

1209


Explain this pointer?

782


What are virtual functions in c++?

904