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
No Answer is Posted For this Question
Be the First to Post Answer
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Where we use clrscr in c?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
What is the difference between pure virtual function and virtual function?
Can include files be nested? How many levels deep can include files be nested?
What is pass by value in c?
wap in c to accept a number display the total count of digit
Explain how do you determine the length of a string value that was stored in a variable?
What are the benefits of organizational structure?
What is the difference between ‘g’ and “g” in C?
Can you define which header file to include at compile time?
write a program to print sum of each row of a 2D array.