what is difference between C and C++

Answers were Sorted based on User's Feedback



what is difference between C and C++..

Answer / zubin abraham

C is structure oriented Designing language where as C++ is
Object oriented language

C is used for creating System level programs and c++ is used
for creating application programs and GUI

Is This Answer Correct ?    12 Yes 0 No

what is difference between C and C++..

Answer / nataraj

c is an basic language, and c++ is advanced language.and c
is an basic of the program.

Is This Answer Correct ?    12 Yes 1 No

what is difference between C and C++..

Answer / sight

Hi!!
C is basically developed for Structured programming...
C++ is developed for Object Oriented Programming..

C we can't use Inheritance,Polymorphism.etc..Concepts
C++ we can use this concepts...

C is not as secured compared to C++
C++ is more secure than C b'coz it use Object Oriented
concepts..

C is to Down Approach
C++ is Bottom top Approach..

Is This Answer Correct ?    11 Yes 0 No

what is difference between C and C++..

Answer / kalyanram

c is a procedural oriented language ,in c there is no
security & reusabulity concepts
in c++ lan object oriented language this provide concept of
class,inheritance ..so it is more security

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More C Interview Questions

What is the use of ?

0 Answers  


for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????

7 Answers  


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

0 Answers  


what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

0 Answers  






Why do some versions of toupper act strangely if given an upper-case letter?

0 Answers  


Here is a neat trick for checking whether two strings are equal

0 Answers  


What is maximum size of array in c?

0 Answers  


what is the differance between pass by reference and pass by value.

7 Answers   Infosys,


Is fortran still used today?

0 Answers  


#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā€); #endif

4 Answers   IBM, Vector,


Is c an object oriented programming language?

1 Answers  


Categories