what is the output of the following program?
#include<stdio.h>
void main()
{
int x=4,y=3,z;
z=x-- -y;
printf("\n%d %d %d",x,y,z);
}
Answer Posted / kartik
hi friends upto me....
X=4
Y=3
Z=0
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does d mean?
provide an example of the Group by clause, when would you use this clause
How can I copy just a portion of a string?
How do you search data in a data file using random access method?
What are types of functions?
What is indirection?
What is use of bit field?
What are the different types of endless loops?
What does 3 periods mean in texting?
What is 1d array in c?
#include
What is LINKED LIST? How can you access the last element in a linked list?
Why c is a mother language?
How old is c programming language?
Explain can the sizeof operator be used to tell the size of an array passed to a function?