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 / pandu
x=8,y=6
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
What does c mean in basketball?
Explain how do you determine a file’s attributes?
Why do some versions of toupper act strangely if given an upper-case letter?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Write a program to print all permutations of a given string.
How are strings stored in c?
What is main () in c?
How does normalization of huge pointer works?
Tell me with an example the self-referential structure?
What is a ternary operator in c?
What is the use of sizeof () in c?
What is self-referential structure in c programming?
What is the ANSI C Standard?
Which is an example of a structural homology?
What is the purpose of void pointer?