what is the output of the following program?
main()
{
int i=-1,j=-1,k=0,l=2,m;
m=i++&&j++&&k++||l++;
printf("%d %d %d %d %d",i,j,k,l,m);
}
Answer Posted / vignesh1988i
0 0 1 3 1
as for as i know this is the output........
thank u
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Write a program to swap two numbers without using a temporary variable?
What is structure in c explain with example?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is the difference between #include and #include 'file' ?
Can I initialize unions?
Explain function?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Which of these functions is safer to use : fgets(), gets()? Why?
How many keywords (reserve words) are in c?
write a program to find the given number is prime or not
what do you mean by inline function in C?
By using C language input a date into it and if it is right?
What is function prototype?
What is the difference between NULL and NUL?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..