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
What is methods in c?
What is merge sort in c?
What is the modulus operator?
develop algorithms to add polynomials (i) in one variable
Why pointers are used?
By using C language input a date into it and if it is right?
What is a dynamic array in c?
How will you write a code for accessing the length of an array without assigning it to another variable?
Explain how do you determine the length of a string value that was stored in a variable?
What is use of pointer?
Can static variables be declared in a header file?
What is the purpose of & in scanf?
Why do we write return 0 in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Differentiate fundamental data types and derived data types in C.