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

What is the best organizational structure?

1171


a program that can input number of records and can view it again the record

1960


How to write a code for reverse of string without using string functions?

2203


What are volatile variables in c?

995


Explain how many levels deep can include files be nested?

1124


What is a good data structure to use for storing lines of text?

1139


The difference between printf and fprintf is ?

1346


Explain the difference between exit() and _exit() function?

1213


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3607


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

1339


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

1223


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2748


What is the advantage of using #define to declare a constant?

1156


Differentiate between static and dynamic modeling.

1187


How can you convert integers to binary or hexadecimal?

1074