difference between clanguage and c++

Answers were Sorted based on User's Feedback



difference between clanguage and c++..

Answer / fareeth

c++ programming is an oops based using classes and
functions, c is an ordinary programming language

Is This Answer Correct ?    18 Yes 0 No

difference between clanguage and c++..

Answer / karthikeyan

C is a procedure Oriented Programming language(POP).
C++ is an Object Oriented Programming Language

Is This Answer Correct ?    15 Yes 0 No

difference between clanguage and c++..

Answer / sangeetha

C is a programming language.c++ structured language.c++ is
object oriented programing language.then bottom down
approach.c is top down approach

Is This Answer Correct ?    7 Yes 2 No

difference between clanguage and c++..

Answer / mrunali

C is a programming language.c++ structured language.C is a
procedure oriented programming language.c++ is
object oriented programing language.then bottom down
approach.c is top down approach.In C++ there is no
complusary to declare variable at the beginning of the
program.

Is This Answer Correct ?    1 Yes 0 No

difference between clanguage and c++..

Answer / srividya

C is structual language but c++ is a object Oriented
language. C is a top down approach and c++ is a bottom up
approach

Is This Answer Correct ?    1 Yes 0 No

difference between clanguage and c++..

Answer / srinivas

C is procedural oriented language which means line by line
executed form top to bottom.C++ is object oriented language
and executes by bottom up approach.C++ is object oriented
language so it supports all OOPs concepts like
Class/Object,inheritance,encapsulation,polymorphism. c
doesn't support these concepts.

Is This Answer Correct ?    1 Yes 0 No

difference between clanguage and c++..

Answer / ramesh balda

c is system dependent language and c++ is system
independent language..in c there is no reusablity of
code..but in c++ there is reusability

Is This Answer Correct ?    0 Yes 3 No

difference between clanguage and c++..

Answer / ramesh198

only ++ is difference

Is This Answer Correct ?    7 Yes 29 No

Post New Answer

More PHP Interview Questions

hello all, I need some sample placement papers in lion bridge.. can anyone help me?

0 Answers   Lionbridge,


How to add 301 redirects in PHP?

0 Answers  


Which array function checks if the particular key exists in the array?

0 Answers  


Who developed php?

0 Answers  


Tell me when a conditional statement is ended with an endif?

0 Answers  






How session works (internal processing of session) ?

3 Answers   ASD Lab, IPSR Solutions,


What function should you use to join array elements with a glue string?

0 Answers  


Which programming language does php resemble to?

0 Answers  


How do you match the character ^ at the beginning of the string? - ^^

1 Answers  


Why post method is used in php?

0 Answers  


What is overloading and overriding in php?

0 Answers  


Why overriding is called runtime polymorphism?

0 Answers  


Categories