#include<stdio.h>
int main()
{ int i=0,j=1,k=2,m,n=0;
m=i++&&j++&&k++||n++;
printf("%d,%d,%d,%d,%d",i,j,k,m,n);
}

Answer Posted / navin jaiswal

1 2 3 1 0

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2747


Why doesn't C support function overloading?

1628


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1451


How can I sort a linked list?

641


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

628






Is this program statement valid? INT = 10.50;

692


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

819


a value that does not change during program execution a) variabe b) argument c) parameter d) none

699


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

3737


What library is sizeof in c?

577


What is a double c?

595


What is structure in c language?

627


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1637


Why is void main used?

625


What is a rvalue?

755