Write any small program that will compile in "C" but not
in "C++"
Answer Posted / nitesh
ans 3 and 4 are incorrect in my opinion.
xyz()
{
printf("very good");
}
can be compiled by including the header file "Stdio.h"
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What are the manipulators in c++?
What is object in c++ wikipedia?
Which should be more useful: the protected and public virtuals?
How can you link a c program with a c function?
How many namespaces are there in c++?
Mention the ways in which parameterized can be invoked.
What c++ library is string in?
How do you generate a random number in c++?
What is the full form of india?
What is an adjust field format flag?
Why Pointers are not used in C++?
write a programme to get a character and thier ASCII value
What are the various storage classes in C++?
What are the unique features of C++.
What do you understand by pure virtual function? Write about its use?