Tell me what is the purpose of 'register' keyword in c language?
No Answer is Posted For this Question
Be the First to Post Answer
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is cohesion in c?
Explain what is wrong with this statement? Myname = ?robin?;
What is union in c?
How to print %d in output
write a own function for strstr
How can you increase the size of a statically allocated array?
Tell us the use of fflush() function in c language?
What is a Deque?
c program to add and delete an element from circular queue using array
how to implement stack work as a queue?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above