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
What is p in text message?
What is the use of the function in c?
how can i get this by using for loop? * ** * **** * ******
Why does not c have an exponentiation operator?
progrem to generate the following series 1 12 123 1234 12345
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
0 Answers Amdocs, Apps Associates,
Which node is more powerful and can handle local information processing or graphics processing?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
find out largest elemant of diagonalmatrix
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
Write a program to check prime number in c programming?