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 / guest
431
| Is This Answer Correct ? | 13 Yes | 15 No |
Post New Answer View All Answers
What is the basic structure of c?
What is the value of h?
Why calloc is better than malloc?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is function prototype in c language?
How do you determine a file’s attributes?
Explain what is dynamic data structure?
Wt are the Buses in C Language
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is the difference between a string and an array?
Tell me about low level programming languages.
What is the use of static variable in c?
Are c and c++ the same?
Is c is a procedural language?
What are the different types of data structures in c?