what is the output of below pgm?
void main()
{
int i=0;
if(i)
printf("pass");
else
printf("fail");
}
Answer Posted / vignesh1988i
FAIL
THANK U
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the storage classes in C?
Process by which one bit pattern in to another by bit wise operation is?
Explain c preprocessor?
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is the code for 3 questions and answer check in VisualBasic.Net?
Can we assign integer value to char in c?
Difference between pass by reference and pass by value?
How does free() know explain how much memory to release?
How many types of sorting are there in c?
What is the return type of sizeof?
What are qualifiers?
What is modeling?
What is an lvalue?