What will be the result of the following C language program?
main()
{
int a = 0; int b = 20; char x = 1; char y = 10;
if(a,b,x,y)
printf("Welcome");
}
Answer Posted / vinod
It will print "Welcome"
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a stream?
How can I ensure that integer arithmetic doesnt overflow?
write a program to print data of 5 five students with structures?
What is the use of static variable in c?
What is the basic structure of c?
How are pointers declared in c?
Why is extern used in c?
What is the difference between new and malloc functions?
write a program to concatenation the string using switch case?
What are the salient features of c languages?
Explain how do you search data in a data file using random access method?
Explain what are run-time errors?
What does *p++ do? What does it point to?
C language questions for civil engineering
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode