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
How do I send escape sequences to control a terminal or other device?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is the use of header?
What is the difference between a free-standing and a hosted environment?
What is return in c programming?
What is difference between %d and %i in c?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
main is a predefined or user define function if user defined why? if predefined whay?
Explain what are the different file extensions involved when programming in c?
Where are the auto variables stored?
What are c preprocessors?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,