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


Please Help Members By Posting Answers For Below Questions

Explain the advantages of using friend classes.

595


Can comments be longer than one line?

629


Do you need a main function in c++?

561


Can a constructor return a value?

579


How are pointers type-cast?

651






What is the use of pointer in c++ with example?

563


What is abstraction in c++ with example?

566


Why cout is used in c++?

570


What does override mean in c++?

592


Why do we use structure in c++?

580


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

621


Write a program to find the reverse Fibonacci series starting from N.

615


what is oops and list its features in c++?

554


Will rust take over c++?

598


What is searching?

662