Answer Posted / ajay
Actually c is a procedural programming language which
cann't face the real world problem. It has some drawback
like a global data is shared by all function and if in a
large program it is find out difficult that which function
uses which data.
On the other hand c++ is an object oriented programming
language which eliminate some pitfall of conventional or
procedural programming language. It is a concept or
approach for designing a new software. It is nothing to do
with any programming language although a programming
language which support the oops concept to make it easier
to implement.
This is the main different between c and c++.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What are the string functions? List some string functions available in c.
Can a pointer be static?
What is a lookup table in c?
What is variable and explain rules to declare variable in c?
What is a pointer variable in c language?
Can you return null in c?
Is return a keyword in c?
What are structures and unions? State differencves between them.
What is the difference between procedural and functional programming?
Explain how can I read and write comma-delimited text?
What are variables c?
How does free() know explain how much memory to release?
What is this infamous null pointer, anyway?
Explain what are compound statements?