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
How would you implement a substr() function that extracts a sub string from a given string?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
the first character in the variable name must be an a) special symbol b) number c) alphabet
Explain data encapsulation?
what is c++
Why c++ is so important?
Why cout is used in c++?
Give example of a pure virtual function in c++?
Can constructor be private in c++?
Explain how to initialize a const member data.
What is object in c++ wikipedia?
Can notepad ++ run c++?
What is a static element?
What relational operators if statements in c++?
What is the size of a vector?