Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How would you use the functions sin(), pow(), sqrt()?

1236


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

1327


What does it mean to declare a member function as static?

1111


Tell me can a pure virtual function have an implementation?

1102


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

2052


What are arrays c++?

1146


What is the difference between the functions rand(), random(), srand() and randomize()?

1360


Why cstdlib is used in c++?

1097


What is this weird colon-member (" : ") syntax in the constructor?

1072


Why c++ does not have finally?

1148


How is objective c different from c++?

1305


What is string in c++ programming?

1277


What is an inline function in c++?

1162


What is iomanip c++?

1112


What are the extraction and insertion operators in c++? Explain with examples.

1258