DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

Answer Posted / anupam n singh

c is procedural oriented language or strutured oriented
language .
c++ is object oriented programing language

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is "Hungarian Notation"?

638


Is c compiled or interpreted?

668


How can a program be made to print the name of a source file where an error occurs?

732


How can you allocate arrays or structures bigger than 64K?

684


Why does this code crash?

622






What is strcpy() function?

658


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

2579


Write a program to swap two numbers without using third variable?

816


Can one function call another?

629


What is the difference between pure virtual function and virtual function?

653


How do you write a program which produces its own source code as output?

609


How can I remove the leading spaces from a string?

638


What is a newline escape sequence?

666


Do you know what are the properties of union in c?

587


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2191