What is use of null pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in C to reverse a number by recursive function?
Should a function contain a return statement if it does not return a value?
Explain 'far' and 'near' pointers in c.
How we can set and clear bit in a byte using macro function?
What is wrong with this declaration?
What is structure in c explain with example?
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
Why isnt there a numbered, multi-level break statement to break out
What is "Hungarian Notation"?
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
Is anything faster than c?