Answer Posted / 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 |
Post New Answer View All Answers
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Is c# a good language?
How important is structure in life?
how logic is used
Write a program to print factorial of given number without using recursion?
write a program to find out prime number using sieve case?
How are 16- and 32-bit numbers stored?
What is the use of a semicolon (;) at the end of every program statement?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What are the advantages of c preprocessor?
Tell me is null always defined as 0(zero)?
c program to compute AREA under integral
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Where can I get an ansi-compatible lint?
What is the right type to use for boolean values in c?