what different between c and c++



what different between c and c++..

Answer / 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

More C Interview Questions

please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

0 Answers  


what is void pointer?

1 Answers   Wipro,


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

1 Answers  


How to print "I Love My India" without using semi colon?

4 Answers  






Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


every function has return the value?

1 Answers  


how to capitalise first letter of each word in a given string?

0 Answers  


How to throw some light on the b tree?

0 Answers  


What are structural members?

0 Answers  


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

0 Answers  


How will you declare an array of three function pointers where each function receives two ints and returns a float?

0 Answers   TISL,


Categories