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
Why & is used in c?
how to set Nth bit of variable by using MACRO
how 2 compile & execute c program with out using editor?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
Can a local variable be volatile in c?
What are the advantages of external class?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
What are operators in c?
What does void main () mean?
What is printf () in c?