can anybody please tell me how to write a program in
c++,without using semicolon(;)
Answer Posted / anonymous
#include<iostream.h>
void main()
{
}
/*this is also a c++ prog.it is never said dat main body
cannot be empty*/
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Explain the isa and hasa class relationships. How would you implement each?
What is endianness?
What is the error in the code below and how should it be corrected?
Is main a class in c++?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
How do pointers work?
What is extern c++?
What happens when the extern "c" char func (char*,waste) executes?
what do you mean by volatile variable?
What is a dangling pointer in c++?
Can we declare a base-class destructor as virtual?
How to access a variable of the structure?
Is c++ a dying language?
What happens if a pointer is deleted twice?
What is a tuple c++?