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 kumar singh

#inlclude<stdio.h>
void main()
{
while(printf("hello word\n"))
{
}
}

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you tell me how to check whether a linked list is circular?

1498


How will you write a code for accessing the length of an array without assigning it to another variable?

1094


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

1171


How do you sort filenames in a directory?

1236


what do you mean by enumeration constant?

1062


What are global variables and explain how do you declare them?

1184


Why does the call char scanf work?

1261


What are static variables in c?

1130


What are register variables in c?

1051


diff between exptected result and requirement?

2114


What is difference between array and structure in c?

1270


List a few unconditional control statement in c.

1029


largest Of three Number using without if condition?

1668


Explain the meaning of keyword 'extern' in a function declaration.

1210


Is it possible to use curly brackets ({}) to enclose single line code in c program?

1375