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...

how to write hello word without using semicolon at the end?

Answer Posted / ramu gurram

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

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Should a function contain a return statement if it does not return a value?

1138


Can we initialize extern variable in c?

1185


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1191


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

2474


How will you find a duplicate number in a array without negating the nos ?

2187


Why do we use null pointer?

1118


How do I get a null pointer in my programs?

1166


How to write c functions that modify head pointer of a linked list?

1036


What is pre-emptive data structure and explain it with example?

3790


How do I get an accurate error status return from system on ms-dos?

1180


how to find binary of number?

4541


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1575


How many header files are in c?

1067


Why & is used in c?

1249


What are operators in c?

1077