Write a program for finding factorial of a number.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }

5 Answers  


Write a program using bitwise operators to invert even bits of a given number.

2 Answers  


What is the difference between if else and switchstatement

0 Answers  


what are the various memory handling mechanisms in C ?

4 Answers   HP,


Write a programe print the sum of series 0,1,2,.....10

7 Answers  






O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N

9 Answers   ADP,


What is difference between scanf and gets?

0 Answers  


Is register a keyword in c?

0 Answers  


what is c?

4 Answers   IBM, TCS,


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


Do you know the purpose of 'register' keyword?

0 Answers  


Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.

4 Answers   Persistent, Subex,


Categories