Is register a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
When we use void main and int main?
Write a program to print prime nums from 1-20 using c programing?
Which is better pointer or array?
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
print the palindrome numbers in between 0 to n
Does free set pointer to null?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Explain what is the benefit of using #define to declare a constant?
can we access one file to one directory?
what is the function of pragma directive in c?
For what purpose null pointer used?