V
@vanshu_179
factorial of a number by recursion
C
recurssion
C
function to check oif the no. is prime or not
C
print the pattern of '*' using nested loop
C
write a function to calculate area of square, rectangle & circle
C
function for print a table for n
C
function for sum of 2 numbers
C
function that prints namaste if user is indian & bonjour if user is french
C
function
C
print the sum of all the no. b/w 5 and 50 including them
C
print reverse of the table for a number
C
print the factorial of n numbers
C
print all the odd numbers from 5 to 50
C
print 1 to 10 numbers except 6
C
keep taking no as input from user until user enters a no. which is multiple of 7
C
armstrong number
C
keep taking no. as input from user until user enters an odd no.
C
program for break
C
print the table of a number input by the user
C
to check the given no. is natural no. or not
C