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

Why is struct padding needed?

637


Do you know the use of fflush() function?

605


What is the 'named constructor idiom'?

645


Why c is a procedural language?

587


Explain why can’t constant values be used to define an array’s initial size?

862






What is self-referential structure in c programming?

662


Write a program to swap two numbers without using third variable in c?

622


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1635


What is conio h in c?

631


Can we change the value of static variable in c?

568


What is difference between union All statement and Union?

632


State the difference between x3 and x[3].

657


Which control loop is recommended if you have to execute set of statements for fixed number of times?

816


What does the message "automatic aggregate intialization is an ansi feature" mean?

698


How will you find a duplicate number in a array without negating the nos ?

1650