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 the use of sizeof () in c?
Why is it that not all header files are declared in every C program?
How can I get back to the interactive keyboard if stdin is redirected?
What is the meaning of c in c language?
What is array of pointers to string?
Write a program to print "hello world" without using a semicolon?
What does sizeof function do?
Is Exception handling possible in c language?
what is the role you expect in software industry?
Tell me what is null pointer in c?
What are register variables in c?
What is pointer and structure in c?
Why does the call char scanf work?
What are multidimensional arrays?
Where does the name "C" come from, anyway?