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 a linked list in c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
what is data encapsulation in C++?
Difference between Abstraction and encapsulation in C++?
Why do we use classes in c++?
How would you implement a substr() function that extracts a sub string from a given string?
How would you use the functions randomize() and random()?
Explain the use of vtable.
How can an improvement in the quality of software be done by try/catch/throw?
Can I learn c++ without knowing c?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Can we define a constructor as virtual in c++?
What are c++ variables?
Describe public access specifiers?
What is the basic structure of a c++ program?