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
What is jump statement in C++?
What is runtime polymorphism in c++?
How do I use turbo c++?
What are the 2 main types of data structures?
Define vptr.
What is data hiding c++?
What is a static member?
Explain shallow copy?
What c++ is used for?
How do I tokenize a string in c++?
What do you mean by function pointer?
What are the advantages of c++? Explain
what is upcasting in C++?
What are the steps in the development cycle?
Why we use #include iostream in c++?