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 / sagar naik

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

Is This Answer Correct ?    43 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to find binary of number?

4449


What is derived datatype in c?

1091


What is a stream in c programming?

1147


When should structures be passed by values or by references?

1037


#include { printf("Hello"); } how compile time affects when we add additional header file .

1893


Explain what are the advantages and disadvantages of a heap?

1086


What are qualifiers?

1045


Why is c faster?

1102


How can I call a function with an argument list built up at run time?

1242


how to capitalise first letter of each word in a given string?

1923


Distinguish between actual and formal arguments.

1075


Write program to remove duplicate in an array?

1078


In which header file is the null macro defined?

1341


List the difference between a 'copy constructor' and a 'assignment operator' in C?

1087


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

1208