What does return 1 means in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use c for the speed of light?
What is Memory leakage ?
How do I read the arrow keys? What about function keys?
Why c++ is called c++ and not c+?
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,
How variables are declared in c?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
which type of aspect you want from the student.
Why do we need arrays in c?
Is null always equal to 0(zero)?
Find the highest of three numbers and print them using ascending orders?