what is the main difference between c and c++?
Answer Posted / pooja
c is a procedure oriented language
c++ is a structure oriented language
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is basic concept of oop?
What is the use of oops?
Can enum be null?
What are the important components of cohesion?
What is encapsulation with example?
What is object and class in oops?
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).
can we make game by using c
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
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 an example of genetic polymorphism?
What is overriding vs overloading?
What are the types of abstraction?
Why is destructor used?
What is encapsulation process?