what is the output of below pgm?
void main()
{
int i=0;
if(i)
printf("pass");
else
printf("fail");
}
Answer Posted / sweta
fail
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
write a program to find the given number is prime or not
how can f be used for both float and double arguments in printf? Are not they different types?
What is the meaning of ?
how can use subset in c program and give more example
How do you convert strings to numbers in C?
In which layer of the network datastructure format change is done
What is data types?
What is main return c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Can an array be an Ivalue?
Explain what is the general form of a c program?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Can the curly brackets { } be used to enclose a single line of code?
What is preprocessor with example?