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 is the importance of mutable keyword?
Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02
Explain "const" reference arguments in function?
How do you flush std cout?
what is COPY CONSTRUCTOR and what is it used for?
Define the process of handling in case of destructor failure?
What is a set in c++?
Which format specifier is used for printing a pointer value?
What is a container class?
Can you write a function similar to printf()?
Should I learn c or c++ or c#?
What are different types of loops in c++?
What do you mean by volatile and mutable keywords used in c++?
Do vectors start at 0?
What is java and c++?