what is the difference between c and c++?

Answer Posted / manish soni

1.c is supprt top down approach while cpp support bottom up
approach.
2.c can't handle big program while cpp can do this task.


manish soni TBC jaipur

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1212


What's a good way to check for "close enough" floating-point equality?

624


Define the scope of static variables.

604


What is #include conio h?

594


Explain how are portions of a program disabled in demo versions?

652






In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

760


Is a pointer a kind of array?

600


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1485


What are linked lists in c?

650


When is a void pointer used?

674


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

635


how to count no of words,characters,lines in a paragraph.

3902


What is this pointer in c plus plus?

593


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

1516


What are the different types of control structures in programming?

658