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
What is the difference between array and linked list in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is sizeof array?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is the difference between procedural and functional programming?
find the sum of two matrices and WAP for it.
Tell me when is a void pointer used?
What is difference between %d and %i in c?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
i got 75% in all semester am i eligible for your company
What are variables and it what way is it different from constants?
What is a #include preprocessor?
What is the difference between procedural and declarative language?
what is the basis for selection of arrays or pointers as data structure in a program