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
Describe private, protected and public?
Can we run c program in turbo c++?
What is ios class in c++?
How do I run c++?
Differentiate between a constructor and a destructor in c++.
What is constructor and destructor in c++?
How long does it take to get good at leetcode?
Why is c++ a mid-level programming language?
How are virtual functions implemented in c++?
Explain the difference between class and struct in c++?
Is the declaration of a class its interface or its implementation?
What is the difference between #import and #include?
How do you flush std cout?
What are guid?
What is ctime c++?