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

#inlcude<stdio.h>
void main()
{
if(printf("Hello world"))
{
}
}

Is This Answer Correct ?    16 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the main difference between calloc () and malloc ()?

1090


Tell us the use of fflush() function in c language?

1083


Explain how can I convert a number to a string?

1095


What are the types of data structures in c?

1077


How to explain the final year project as a fresher please answer with sample project

903


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

1027


Can you define which header file to include at compile time?

979


How would you obtain the current time and difference between two times?

1231


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

2034


Calculate 1*2*3*____*n using recursive function??

1978


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

992


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1647


What is typeof in c?

949


Can you think of a logic behind the game minesweeper.

2408


How can you call a function, given its name as a string?

1095