Write any small program that will compile in "C" but not in
"C++"?
Answer Posted / nousilal badavath
int new;//allowed in c but not in c++ because in c++
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Are there any special rules about inlining?
Can non graphic characters be used and processed in C++?
What is searching? Explain linear and binary search.
What is a volatile variable in c++?
What does obj stand for?
What is a forward referencing and when should it be used?
What is null c++?
What is setf in c++?
What do you mean by static variables?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is cin clear () in c++?
What is guard code in c++?
What language does google use?
Define linked lists with the help of an example.
Explain the isa and hasa class relationships. How would you implement each?