Answer Posted / anil kumar nahak
When We Require Repeatably Statements For Specific Number
Times.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are enumerations in C
What is storage class?
Explain how can I convert a string to a number?
Explain how do you convert strings to numbers in c?
Explain what is the difference between functions getch() and getche()?
Explain can you assign a different address to an array tag?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What are keywords in c with examples?
What is meant by keywords in c?
What is c variable?
What is switch in c?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is output redirection?
In C programming, what command or code can be used to determine if a number of odd or even?
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