what different between c and c++

Answer Posted / shivangi

c is procedural programming language and c++ is oop. then c is use of scan, printf and c++ is use of cin>> or count.
c is doesn't refrence variable and c++ is support refrence variable.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In C, What is the #line used for?

1045


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

732


What are the advantages and disadvantages of c language?

556


What are valid signatures for the Main function?

697


What is bss in c?

596






Which header file is essential for using strcmp function?

932


Is c a great language, or what?

600


What is the difference between procedural and functional programming?

512


Why does notstrcat(string, "!");Work?

637


What was noalias and what ever happened to it?

590


What are the types of unary operators?

654


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1872


Is sizeof a keyword in c?

574


What is c preprocessor mean?

781


write a program in c language to print your bio-data on the screen by using functions.

6239