can anybody please tell me how to write a program in
c++,without using semicolon(;)
Answer Posted / ck giri from biratnagar
#include<iostream.h>
void main()
{
while(0)
{}
}
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
How does code-bloating occur in c++?
Can we inherit constructor in c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is helper in c++?
Explain bubble sorting.
What is a terminating character in c++?
What is problem with overriding functions?
What is c++ in english?
What is flush c++?
How can you differentiate between inheritance and implementation in c++?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
What is malloc in c++?
What is static class data?
Can we sort map in c++?