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

What is a linked list in c++?

766


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

3441


what is data encapsulation in C++?

782


Difference between Abstraction and encapsulation in C++?

806


Why do we use classes in c++?

788


How would you implement a substr() function that extracts a sub string from a given string?

758


How would you use the functions randomize() and random()?

817


Explain the use of vtable.

814


How can an improvement in the quality of software be done by try/catch/throw?

794


Can I learn c++ without knowing c?

782


an operation between an integer and real always yeilds a) integer result b) real result c) float result

925


Can we define a constructor as virtual in c++?

800


What are c++ variables?

756


Describe public access specifiers?

779


What is the basic structure of a c++ program?

793