What is the use of void pointer and null pointer in c language?
No Answer is Posted For this Question
Be the First to Post Answer
List the different types of c tokens?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
what is diference between return 0 and return NULL??
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
What is meant by type specifiers?
difference between loading and linking
What will be the output of x++ + ++x?
char ch=10;printf("%d",ch);what is the output
What is uint8 in c?
Explain what is the most efficient way to store flag values?
what is structuer?
an algorithem for the implementation of circular doubly linked list