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

char p="data"; printf(p);

2 Answers  


What does *p++ do? What does it point to?

0 Answers  


How do you do dynamic memory allocation in C applications?

0 Answers  


What does the error 'Null Pointer Assignment' mean and what causes this error?

0 Answers   TISL,


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

0 Answers  






increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


how to print 212 as Twohundreds twelve plz provide me ans soon

1 Answers  


What are the different types of objects used in c?

0 Answers  


What is the use of define in c?

0 Answers  


what are threads ? why they are called light weight processes ? what is the relation between process and threads ?

1 Answers  


Write a code to generate a series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


What is meant by high-order and low-order bytes?

0 Answers  


Categories