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 #include called?
what are the uses of structure?
What is wild pointer in c with example?
What is switch in c?
void main() { int i=5; printf("%d",i++ + ++i); }
What is the meaning of typedef struct in c?
Give the Output : * * * * * * * * * *
What is non linear data structure in c?
When can you use a pointer with a function?
what is the little endian and big endian?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *