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 template in c++?
what is data abstraction in C++?
What is c strings syntax?
What is pointer to member?
What are c++ variables?
What does new return if there is insufficient memory to make your new object?
What is the best c++ compiler for windows 10?
Will a catch statement catch a derived exception if it is looking for the base class?
Define a conversion constructor?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
Explain Memory Allocation in C/C++ ?
What is lazy initialization in c++?
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].
Explain this pointer?
What are virtual functions in c++?