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 are the uses of static class data?
Describe the syntax of single inheritance in C++?
What are default parameters? How are they evaluated in c++ function?
What does std :: flush do?
what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Is python better than c++?
How should runtime errors be handled in c++?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is the error in the code below and how should it be corrected?
What are the various access specifiers in c++?
Is sorted c++?
What is the difference between ++ count and count ++?
What is near, far and huge pointers? How many bytes are occupied by them?
Which compiler does turbo c++ use?