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

Can a program have two main functions?

0 Answers  


difference between malloc and calloc

3 Answers   HCL, Wipro,


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

0 Answers  


If the static variable is declared as global, will it be same as extern?

1 Answers   Samsung,


What do you mean by c what are the main characteristics of c language?

0 Answers  


How can I write a function that takes a format string and a variable number of arguments?

0 Answers  


Explain how do you determine the length of a string value that was stored in a variable?

0 Answers  


Difference between strcpy() and memcpy() function?

0 Answers  


What are linked lists in c?

0 Answers  


What is volatile in c language?

2 Answers   HCL, TCS,


1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


Why c is called procedure oriented language?

0 Answers  


Categories