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
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Can bst contain duplicates?
Why do we need polymorphism in c#?
What is the important feature of inheritance?
What is abstraction in oop with example?
what are the realtime excercises in C++?
What is abstraction in oops?
Can abstract class have normal methods?
What is the importance of oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Why is there no multiple inheritance?
write a program to find 2^n+1 ?
Can you inherit a private class?
How do you achieve runtime polymorphism?
Why do we use class?