Write a program for finding factorial of a number.
No Answer is Posted For this Question
Be the First to Post Answer
can we write a c program with out using main
how to add numbers without using arithmetic operators.
What is indirection in c?
Do you know the use of fflush() function?
What is memcpy() function?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
why java is called as a purely oops language.
Explain which function in c can be used to append a string to another string?
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
What is the g value paradox?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
What is variable and explain rules to declare variable in c?