Answer Posted / sharad
c is structured programming language, but c++ is object
oriented language.c support the local variable but c++
support the global variable through (sro).in c change the
constant value through pointer but not in c++. in c declare
the method before executable statement but in c++ declare
any where.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How does a copy constructor differs from an overloaded assignment operator?
Define 'std'.
What does flush do?
What is the difference between strcpy() and strncpy()?
Can we overload operator in c++?
What is iterator in c++?
What is guard code in c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Does dev c++ support c++ 11?
Which bit wise operator is suitable for turning off a particular bit in a number?
What are the four partitions in which c++ compiler divides the ram?
Why do we need pointers?
What is the operator in c++?
What is operator overloading in c++ example?
What are references in c++? What is a local reference?