what is the main difference between c and c++?
Answer Posted / chetna chaudhari,jalgaon
in c we use #include<stdio.h>as iclusion file,while in c++
we use #include<iostreame>as inclusion file.
| Is This Answer Correct ? | 2021 Yes | 949 No |
Post New Answer View All Answers
What is oops and why we use oops?
What is new keyword in oops?
What is constructor overloading in oop?
Is this job good for future? can do this job post grduate student?
Whats is abstraction in oops?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What does it mean when someone says I oop?
What is the real time example of inheritance?
What is overriding in oop?
Can bst contain duplicates?
Why do we use class in oops?
What is abstraction in oop with example?
write a C++ program for booking using constructor and destructor.
What is encapsulation and abstraction? How are they implemented in C++?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction