Can a pointer be volatile in c?
What is the benefit of using const for declaring constants?
Explain modulus operator. What are the restrictions of a modulus operator?
How can a program be made to print the line number where an error occurs?
Define and explain about ! Operator?
what is the difference between strcpy() and memcpy() function?
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
is assignment operator is arithmatic or not
Explain the use of 'auto' keyword in c programming?
What is %d used for?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
When can a far pointer be used?
Why do we use & in c?