difference between clanguage and c++
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
How can you increase the maximum execution time of a script in php?
Which is better php praogramming or cad/cam scope wise and also salaray wise?
What is difference between rest api and restful api?
How to close a session properly?
What is php destruct?
What is the use of Php variables?
What software is required for php?
•What is the difference between “mysql_fetch_array” and “mysql_fetch_object?
Explain Magento's autoload functionality and how to instantiate classes? What is the process you take when theming a store? Talk about Magento collections and how you use them?
I am a 2007 Passed out, Jobless for almost 2.6 years. I am preparing myself as a Php programmer. Will i get a job in Php and can any one guide me please.
Tell me what is the meaning of a final class and a final method?
Can constructor be private in php?