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

How to write a code for reverse of string without using string functions?

0 Answers   TCS,


to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].

2 Answers   Infosys, TCS,


What is a Genralised LInked List?? Please give a detailed explation of it..

1 Answers  


Why do we need volatile in c?

0 Answers  


C,c++, Java is all are structural oriented or procedure oriented language..?

6 Answers  






When should you not use a type cast?

0 Answers  


What is meant by realloc()?

0 Answers  


Why isn't any of this standardized in c? Any real program has to do some of these things.

0 Answers  


What are pointers in C?

5 Answers   KPIT,


What are the keywords in c?

0 Answers  


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


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

0 Answers  


Categories