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

what is C?

9 Answers   Syntel,


What is adt in c programming?

0 Answers  


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

0 Answers  


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

0 Answers  


write a recursive program in'c'to find whether a given five digit number is a palindrome or not

2 Answers  


What is static memory allocation? Explain

0 Answers  


Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?

7 Answers  


What is keyword in c?

0 Answers  


Why Modern OS are interrupt driven?Give an example

3 Answers  


Explain the advantages of using macro in c language?

0 Answers  


List the difference between a 'copy constructor' and a 'assignment operator' in C?

0 Answers   Accenture,


What is pass by reference in functions?

0 Answers  


Categories