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 / vignesh1988i
SORRY YHE OUTPUT WILL BE 3 3 1
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
Explain about the constants which help in debugging?
Why string is used in c?
Do you know the use of 'auto' keyword?
Explain 'bus error'?
How can I call fortran?
What are the similarities between c and c++?
What are the advantages of using linked list for tree construction?
What is extern storage class in c?
Explain the properties of union. What is the size of a union variable
what is the different bitween abap and abap-hr?
Implement bit Array in C.
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What are multibyte characters?
What is optimization in c?
What 'lex' does?