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

#include<stdio.h>
main()
{
while(printf("Hello World \n"))
{
}
}

Is This Answer Correct ?    40 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is typeof in c?

1063


What is the difference between the expression “++a” and “a++”?

1275


How can you tell whether two strings are the same?

1314


What is c value paradox explain?

1164


Explain what are the standard predefined macros?

1170


Where static variables are stored in c?

1170


List out few of the applications that make use of Multilinked Structures?

2259


What is the equivalent code of the following statement in WHILE LOOP format?

1346


What is your stream meaning?

1336


Why c is a procedural language?

1129


What are the features of c languages?

1140


Why is c called c?

1075


List the difference between a "copy constructor" and a "assignment operator"?

1068


What is the scope of an external variable in c?

1097


Find MAXIMUM of three distinct integers using a single C statement

1117