Write a program for finding factorial of a number.
No Answer is Posted For this Question
Be the First to Post Answer
what is the function of pragma directive in c?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
What are the 4 types of programming language?
how to use enum datatype?Please explain me?
Where static variables are stored in c?
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
write a program to print the one dimensional array.
What is volatile c?
Can you think of a logic behind the game minesweeper.
What is meant by int fun const(int a, int b) { .... ... }