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 do you mean by early binding?
What is Destructor in C++?
What is a unnitialised pointer?
What is the difference between a type-specific template friend class and a general template friend class?
What is the keyword auto for?
Can we inherit constructor in c++?
Write a program which uses Command Line Arguments
What is a c++ class?
What are files in c++?
What is do..while loops structure?
How do you establish a has-a relationship?
Can you write a function similar to printf()?
What are pointers used for c++?
What's the "software peter principleā?
Which of the following is evaluated first: a) && b) || c) !