Write a program to print factorial of given number using recursion?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
What are different types of pointers?
How can I manipulate individual bits?
Write a program that receives as input a number omaadel-n-print, four digits.
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
The __________ attribute is used to announce variables based on definitions of columns in a table?
plz answer..... a program that reads non-negative integer and computes and prints its factorial
what is array?
What are the 5 types of inheritance in c ++?
When the macros gets expanded?
Write a factorial program using C.
What is C language ?