difference between c and c++?

Answer Posted / first

MY DEAR FRIEND
C FIRST YEAR MAI PADAYA JATA HAI.
C++ SECOND YEAR MAI PADAYA JATA HAI.
JO FIRST MAI HO WO C PADNE K LIE READY RAHO.
AND JO SECOND YEAR MAI HO WO C++ PADNE K LIE READY RAHO

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c++ prototype?

590


Why is c++ not purely object oriented?

571


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

1791


Explain how we implement exception handling in c++?

580


What is conditions when using boolean operators?

607






Define a pdb file.

641


What is using namespace std in c++?

610


Describe new operator?

622


Explain the term memory alignment?

688


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

1008


What is the best free c++ compiler for windows?

592


How many ways can a variable be initialized into in C++?

604


Can the creation of operator** is allowed to perform the to-the-power-of operations?

582


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

2001


What is a volatile variable in c++?

562