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 can you print HELLO WORLD without using "semicolon"?

Answer Posted / anuj shukla

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

Is This Answer Correct ?    17 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the control statements in C language

1276


What is optimization in c?

1070


What are the header files used in c language?

1094


What is the difference between the local variable and global variable in c?

1014


write a c program to calculate sum of digits till it reduces to a single digit using recursion

3380


What is structure padding in c?

1185


What is the difference between malloc calloc and realloc in c?

1187


What 'lex' does?

1226


What is auto keyword in c?

1249


Which are low level languages?

1147


What is the Purpose of 'extern' keyword in a function declaration?

1140


Write a program to print factorial of given number without using recursion?

1040


What is the difference between test design and test case design?

2130


Explain the difference between call by value and call by reference in c language?

1159


How can I find out how much free space is available on disk?

1104