Write a program to print factorial of given number without using recursion?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between printf and scanf in c?
Why is struct padding needed?
what is the height of tree if leaf node is at level 3. please explain
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
what do you mean by inline function in C?
What is the symbol indicated the c-preprocessor?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Why static is used in c?
What is LINKED LIST? How can you access the last element in a linked list?
Explain what is the difference between far and near ?