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 / aa
3 3 1
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is the difference between text files and binary files?
What is the difference between array and pointer?
What are the modifiers available in c programming language?
Why is c platform dependent?
What is a structure member in c?
Explain what are binary trees?
What is the difference between variable declaration and variable definition in c?
how can I convert a string to a number?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What is ctrl c called?
What should malloc() do?
What is the description for syntax errors?
Is javascript based on c?
How does normalization of huge pointer works?
main() { printf("hello"); fork(); }