what is the main difference between c and c++?
Answer Posted / sushil kumar sinha(sinha colle
*c is a structural program but c++ is a opp(object orianted
program).
*In c use for #include<stdio.h>heder file .
but c++ use for #include<iostrem.h>heder file.
*c program approch by top to bottom but
c++ program approch by bottom to top.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are benefits of oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Can we create object of interface?
Why is static class not inherited?
Which language is not a true object oriented programming language?
Whats oop mean?
What language is oop?
Is this job good for future? can do this job post grduate student?
write a program that takes input in digits and display the result in words from 1 to 1000
What is property in oops?
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 does enum stand for?
Can we define a class within the interface?
What is a class oop?
What are the data types in oop?