Write a factorial program using C.
No Answer is Posted For this Question
Be the First to Post Answer
what does " calloc" do?
What is the auto keyword good for?
what is data structure.in linear and non linear data structures which one is better?Explain
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
compare array with pointer?
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
Is c easier than java?
ASCII stands for
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Can include files be nested?