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 process to create increment and decrement stamen in c?
What are header files and what are its uses in C programming?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is volatile variable how do you declare it?
Explain how do you determine a file’s attributes?
Why c is faster than c++?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Write a program to print numbers from 1 to 100 without using loop in c?
What does the function toupper() do?
Explain what are its uses in c programming?
When would you use a pointer to a function?
explain what is a newline escape sequence?
How can my program discover the complete pathname to the executable from which it was invoked?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(