What is d'n in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the diff b/w static and non static variables in C. Give some examples plz.
prototype of sine function.
What are compound statements?
How is a macro different from a function?
Which is best linux os?
What is the difference between the = symbol and == symbol?
Write a program to reverse a given number in c language?
Write a program to find factorial of a number using recursive function.
What is graph in c?
What is the restrict keyword in C?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
Is a pointer a kind of array?