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
How to declaring variables in c++?
What is class syntax c++?
What do you mean by delegate? Can a user retain delegates?
What is buffer and example?
Explain object slicing in c++?
Why is c++ a mid-level programming language?
What is the difference between a definition and a declaration?
What is the meaning of c++?
What is virtual destructor? What is its use?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Do class declarations end with a semicolon?
What is c++ library?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is pair in c++?