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

#include<stdio.h>
main()
{
if(printf("Hello world \n"))
{
}
}

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

2365


What does s c mean on snapchat?

1115


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

2127


Explain what is a const pointer?

1087


What is the difference between int main and void main in c?

1182


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

1254


Why we use int main and void main?

1082


What is the difference between far and near ?

1196


What functions are used in dynamic memory allocation in c?

1085


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2475


What are the different file extensions involved when programming in C?

1284


Explain how can I remove the trailing spaces from a string?

1050


How many types of operators are there in c?

1039


Write a c program to demonstrate character and string constants?

2192


Who is the founder of c language?

1172