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 / amit

331

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is methods in c?

739


What is merge sort in c?

726


What is the modulus operator?

822


develop algorithms to add polynomials (i) in one variable

1842


Why pointers are used?

730






By using C language input a date into it and if it is right?

683


What is a dynamic array in c?

671


How will you write a code for accessing the length of an array without assigning it to another variable?

699


Explain how do you determine the length of a string value that was stored in a variable?

768


What is use of pointer?

688


Can static variables be declared in a header file?

719


What is the purpose of & in scanf?

701


Why do we write return 0 in c?

649


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

3816


Differentiate fundamental data types and derived data types in C.

707