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 understand by zombie objects in c++?
Is c++ a dying language?
What is binary search in c++?
Is c++ still being used?
Can I create my own functions in c++?
What is an inline function in c++?
What are the characteristics of friend functions?
What is the use of volatile variable?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is pair in c++?
What is the full form of dos?
What is the difference between structure and class?
What is the advantage of an external iterator.
How do you write a function that can reverse a linked-list?
How a macro differs from a template?