what is the main difference between c and c++?
Answer Posted / s. govind
C++ is an extension of c.
More features are available in C++ than C.
C is a basic step for C++.
The header files are different for C & C++.
C++ is an object oriented, but c is a procedure oriented.
C is top down approach but C++ is bottom up approach.
Data is not secured in C but data is secured in C++
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Why do pointers exist?
what is the drawback of classical methods in oops?
What is encapsulation c#?
Can an interface inherit a class?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is the real time example of inheritance?
class type to basic type conversion
write a program that takes input in digits and display the result in words from 1 to 1000
What is encapsulation in ict?
Whats oop mean?
What is the importance of oop?
What is encapsulation in oop?
What is overloading in oop?
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!!!)
Why is object oriented programming so hard?