M
Q. Output is
#include <stdio.h> void main() { int x = 4; int y = 5; x = ++x + y–; printf(“%d “, x); printf(“%d”, y); }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of C Program with pointers?
Q. Which of the following is the correct output for the program given below?
Q. what is the purpose of ftell ?
Q. What is the output of C Program?
Q. Every C Variable must have?
Q. Dynamic memory management functions are defined in ______ header file
Q. What will be the output of the following C code?
Q. An _______ is a fixed size sequence collection of elements of the same data type
Discusssion
Login to discuss.