DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

Answer Posted / nayani

.c++ is an object oriented programming language.
.c is a procedural oriented programming language.

Is This Answer Correct ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why c is called free form language?

764


What are bitwise shift operators in c programming?

833


Is it possible to execute code even after the program exits the main() function?

1073


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1309


What is equivalent to ++i+++j?

853


What is the use of getchar functions?

925


plz let me know how to become a telecom protocol tester. thank you.

1965


Can we assign integer value to char in c?

822


What does the characters “r” and “w” mean when writing programs that will make use of files?

1181


ATM machine and railway reservation class/object diagram

4999


how to find binary of number?

3911


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4978


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

889


The __________ attribute is used to announce variables based on definitions of columns in a table?

955


Which of these functions is safer to use : fgets(), gets()? Why?

877