why c++ is not called strictly d super set of c?
Answer Posted / subhashree das
there are some operators in c++; which can be used as
identifiers in c. so if we execute the program in .c it will
not show any error, where as if we execute the same program
in .cpp , it will show error.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the use of typedef?
Evaulate: 22%5 a) 2 b) 4 c) 0
Explain the concept of friend function in c++?
What is namespace std; and what is consists of?
Does c++ cost money?
What is the role of copy constructor in copying of thrown objects?
What is a block in c++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Is c++ the hardest language?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
daily Routine of father
What are the defining traits of an object-oriented language?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What does floor mean in c++?
Write a Program for find and replace a character in a string.