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

//answer for 53
#include "stdafx.h"
void _tmain(int argc, _TCHAR* argv[])
{
if (printf("hi")){}
}

//I tested in win32 console program, worked perfect.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where are c variables stored in memory?

1135


What is a far pointer in c?

1098


Are comments included during the compilation stage and placed in the EXE file as well?

1127


What is structure data type in c?

1069


Can we assign string to char pointer?

1182


How can I implement sets or arrays of bits?

1092


Write a program on swapping (100, 50)

1167


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

1140


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1372


write a c program to calculate sum of digits till it reduces to a single digit using recursion

3381


List the different types of c tokens?

1121


What is the use of getchar functions?

1231


What is the function of this pointer?

1458


Explain about the constants which help in debugging?

1421


If errno contains a nonzero number, is there an error?

1432