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...

void main()
{
for(; 0 ;)
... {
printf("hello");
... }
getch();
}

Answer Posted / shaik. jani bahsa

result is nothing, because 0 means false, 1 means true
once cond false pointr comes out of the loop.

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of bit fieild.

1199


what type of questions arrive in interview over c programming?

2083


Why we use conio h in c?

1301


write a program to print largest number of each row of a 2D array

2372


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

2574


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

1112


What are file streams?

1068


Why doesnt that code work?

1277


How can I direct output to the printer?

1373


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

2388


Why is %d used in c?

1061


Explain what are run-time errors?

1145


What is action and transformation in spark?

1227


What is a built-in function in C?

1669


How do you determine a file’s attributes?

1134