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

What is #line in c?

1073


What is external variable in c?

1096


Explain what are linked list?

1090


Explain the ternary tree?

1077


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2861


In C language what is a 'dangling pointer'?

1234


Can a variable be both static and volatile in c?

1080


What does p mean in physics?

1095


How does sizeof know array size?

1169


What is sizeof array?

1106


Write a code of a general series where the next element is the sum of last k terms.

1092


What is 1f in c?

2726


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

1102


Did c have any year 2000 problems?

1155


What is a good way to implement complex numbers in c?

1088