Can you write a programmer for FACTORIAL using recursion?
No Answer is Posted For this Question
Be the First to Post Answer
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
What is a structural principle?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
Can you think of a way when a program crashed before reaching main? If yes how?
what is difference between null and nul in c language
Explain what are the different file extensions involved when programming in c?
Difference between goto, long jmp() and setjmp()?
What is calloc()?
what is a pointer
4 Answers Bank Of America, TCS,
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What are the different data types in C?
How to implement call back functions ?