main() {
int x=2, y=4
if ((x==2||y==4)
x++
y++
if (y==4+1)
{
x=x+y;
}
y++;
printf("The values of x and y are %d and %d."x,y);
}
What is the output?
Answer Posted / kirthi s
x=2.y=4
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
What is structure and union in c?
Explain what are global variables and explain how do you declare them?
What is wrong with this program statement?
Does c have circular shift operators?
How can a process change an environment variable in its caller?
Suggesting that there can be 62 seconds in a minute?
What is 'bus error'?
Can we declare variables anywhere in c?
What is a program flowchart?
What is #ifdef ? What is its application?
How macro execution is faster than function ?
How can you read a directory in a C program?
What is the role of this pointer?
What does dm mean sexually?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58