What is difference between constant pointer and constant variable?
No Answer is Posted For this Question
Be the First to Post Answer
Determine if a number is a power of 2 at O(1).
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Difference between malloc() and calloc() function?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Describe the header file and its usage in c programming?
Explain how does free() know explain how much memory to release?
What is variable and explain rules to declare variable in c?
Is null always equal to 0(zero)?
What does nil mean in c?
#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,