program in c to print 1 to 100 without using loop
Answer Posted / guest
using recursion
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Explain about C function prototype?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Is it cc or c in a letter?
What is the difference between ++a and a++?
What is the process to create increment and decrement stamen in c?
Explain the use of keyword 'register' with respect to variables.
How can I convert a number to a string?
What is a void pointer in c?
What is volatile variable how do you declare it?
What is the use of getchar functions?
What is the heap?
How we can insert comments in a c program?
What is a program flowchart?