what is the main difference between c and c++?
Answer Posted / radhika
In c progam are save usig .c extension
In c++ program are save usig .cpp extension
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between pop and oop?
officer say me - i am offered to a smoking , then what can you say
Which is not an object oriented programming language?
What is inheritance and how many types of inheritance?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is destructor give example?
What is difference between abstraction and encapsulation?
What are the benefits of polymorphism?
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 is polymorphism and its types?
What is the difference between a mixin and inheritance?
Can a destructor be called directly?
What is static in oop?
What is stream in oop?