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

52.write a “Hello World” program in “c” without using a
semicolon?
53.Give a method to count the number of ones in a 32 bit number?
54.write a program that print itself even if the source file
is deleted?
55.Given an unsigned integer, find if the number is power of 2?

Answer Posted / deepak kumar

#include<stdio.h>
main()
{
while(printf("hello world"))
{
}
return(0);
}

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I do peek and poke in c?

1136


write a proram to reverse the string using switch case?

3006


What is substring in c?

1259


Explain how can you be sure that a program follows the ansi c standard?

1542


Once I have used freopen, how can I get the original stdout (or stdin) back?

1121


What is the difference between if else and switchstatement

2004


How can I remove the trailing spaces from a string?

1121


How can I open files mentioned on the command line, and parse option flags?

1104


What are linker error?

1150


What is volatile variable in c?

1155


Why static is used in c?

1145


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

1138


What does. int *x[](); means ?

1136


Is it valid to address one element beyond the end of an array?

1226


What are qualifiers in c?

1089