Answer Posted / sumit
b=abs((a=b)-(a+b));
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what do you mean by enumeration constant?
Explain how can I read and write comma-delimited text?
Is multithreading possible in c?
What does. int *x[](); means ?
Explain null pointer.
What are the different types of objects used in c?
Explain the use of function toupper() with and example code?
What is conio h in c?
Differentiate between declaring a variable and defining a variable?
What does a pointer variable always consist of?
What are the types of c language?
What are the scope of static variables?
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
How do you write a program which produces its own source code as output?
Do string constants represent numerical values?