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 we print any string in c language without using
semicolon(;)(terminator) in whole program.

Answer Posted / gauravjeet singh gill

#include<stdio.h>
void main()
{
while(printf("hello")?0:1)
{
}
}

Is This Answer Correct ?    20 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I write functions that take a variable number of arguments?

1187


Is a house a shell structure?

1211


I have seen function declarations that look like this

1091


How can I dynamically allocate arrays?

1161


How can I avoid the abort, retry, fail messages?

1183


How to set file pointer to beginning c?

1247


What is the use of structure padding in c?

1112


What is pass by value in c?

1134


How do you sort filenames in a directory?

1234


Is main is a keyword in c?

1174


What is abstract data structure in c?

1108


How can I find out the size of a file, prior to reading it in?

1223


What is the meaning of && in c?

1085


What is c mainly used for?

1117


what is the basis for selection of arrays or pointers as data structure in a program

4341