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

How do you define CONSTANT in C?

1222


Is c dynamically typed?

1106


Describe the header file and its usage in c programming?

1031


Is there sort function in c?

979


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

1092


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

1788


Write a Program to find whether the given number or string is palindrome.

1245


Differentiate Source Codes from Object Codes

1497


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

2062


Whats s or c mean?

963


Write a program to print fibonacci series using recursion?

1020


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2514


Explain the use of keyword 'register' with respect to variables.

986


Differentiate between a for loop and a while loop? What are it uses?

1147


What is the purpose of void in c?

1007