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);
}
Post New Answer View All Answers
What is array of structure in c programming?
In c language can we compile a program without main() function?
What is const and volatile in c?
What is pivot in c?
Is array name a pointer?
What is a stream water?
Why is structure important for a child?
Why we use stdio h in c?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
what is stack , heap ,code segment,and data segment
I need a sort of an approximate strcmp routine?
Can the size of an array be declared at runtime?
Write a program to check whether a number is prime or not using c?
what are the different storage classes in c?
Why is c still so popular?