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 variable initialization and why is it important?
When can a far pointer be used?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What is console in c language?
Which of these functions is safer to use : fgets(), gets()? Why?
Write a program for finding factorial of a number.
Why is it that not all header files are declared in every C program?
What is the return type of sizeof?
What do you mean by Recursion Function?
What is a void pointer? When is a void pointer used?
What are examples of structures?
Write a program that accept anumber in words
How can I open a file so that other programs can update it at the same time?
When a c file is executed there are many files that are automatically opened what are they files?
What are the types of bitwise operator?