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 / nitish_bhasin

#include<stdio.h>
void main()
{
if(printf("Hello")){}
}

Is This Answer Correct ?    54 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of arrays are there in c?

1083


What is the use of #include in c?

1126


What is static and volatile in c?

1264


can any one provide me the notes of data structure for ignou cs-62 paper

2231


What is #include conio h?

1053


Difference between MAC vs. IP Addressing

1199


Why doesnt the call scanf work?

1243


Is exit(status) truly equivalent to returning the same status from main?

1116


Can you define which header file to include at compile time?

1070


What is meant by inheritance?

1152


How can I access an I o board directly?

1126


Explain how do you generate random numbers in c?

1130


What is the significance of c program algorithms?

1193


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

1326


What is break in c?

1102