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


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True"

a) Never

b) Always

c) When the value of i is 0

d) all of the above


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can I implement a delay, or time a users response, with sub-second resolution?

0 Answers  


Write a c program to print the sizes and ranges of different data types in c?

1 Answers  


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


write a program for the normal snake games find in most of the mobiles.

0 Answers   Accenture, Wipro,


hi send me sample aptitude papers of cts?

0 Answers  


do you think its fraud or original company?

0 Answers  


What is static and auto variables in c?

0 Answers  


What is the difference between single charater constant and string constant?

0 Answers  


What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


How to calculate sum

2 Answers  


What is restrict keyword in c?

0 Answers  


i want explaination about the program and its stack reprasetaion fibbo(int n) { if(n==1 or n==0) return n; else return fibbo(n-1)+fibbo(n-2); } main() { fibbo(6); }

2 Answers  


Categories