Explain the use of bit fieild.
No Answer is Posted For this Question
Be the First to Post Answer
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
Write a program to show the workingof auto variable.
What is huge pointer in c?
what is the difference between postfix and prefix unary increment operators?
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
Define function pointers?
Why header files are used?
What is %d used for?
write a string copy function routine?
What is a stream water?
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
Tell me when is a void pointer used?