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
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is difference between union All statement and Union?
Is c dynamically typed?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Write a program on swapping (100, 50)
Who developed c language?
Is a house a mass structure?
pierrot's divisor program using c or c++ code
Is there any demerits of using pointer?
What is page thrashing?
Write a program for Overriding.
How can you avoid including a header more than once?
What is bubble sort in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is typedf?