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

if(printf("HELLO WORLD"))

Is This Answer Correct ?    41 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

2342


Explain how can you avoid including a header more than once?

1147


What does a function declared as pascal do differently?

1224


Where is c used?

1154


Explain why c is faster than c++?

1126


In a switch statement, explain what will happen if a break statement is omitted?

1125


Explain what is wrong with this program statement? Void = 10;

1313


State the difference between realloc and free.

1145


What is a wrapper function in c?

1168


What are data structures in c and how to use them?

1222


What is this infamous null pointer, anyway?

1104


Explain high-order bytes.

1179


What is an auto keyword in c?

1146


write an algorithm to display a square matrix.

2762


Explain what does the format %10.2 mean when included in a printf statement?

1414