-
🔥Visit our Website: GCC❌CSD
Q6) Write a function to find whether a given number is prime or not. Use the same function to generate all the prime numbers less than 100.
Q10) Write a C/C++ program to print a triangle of asterisks(*) as follows (take number of lines from user as input):
* * * * * * * * * * * * * * * *