Answer Posted / sandeep kumar
C
1)It is structured language
2)It follows Top-down approach
3)large programs are divided into small programs called
functions
4)data move openly from one function to other function
C++
1)It is a Object oriented language
2)It is not compulsory to be top-down procedure
3)large program is divided into small objects
4)data cant be accessed by external functions easily
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can a string be converted to a number?
Explain what is the benefit of using an enum rather than a #define constant?
explain what is fifo?
What are local variables c?
Explain what are the __date__ and __time__ preprocessor commands?
There seem to be a few missing operators ..
State the difference between realloc and free.
What is variable declaration and definition in c?
What is difference between main and void main?
What is meant by inheritance?
What is I ++ in c programming?
How can I find out the size of a file, prior to reading it in?
how many key words availabel in c a) 28 b) 31 c) 32
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
How to declare pointer variables?