in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / murali
it is possible . with using if condition and library
function
| Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
Can a void pointer point to a function?
What are header files and what are its uses in C programming?
What is the difference between class and object in c?
How many types of operator or there in c?
write a c program for swapping two strings using pointer
How important is structure in life?
Write a program to check armstrong number in c?
How many loops are there in c?
What are the different types of control structures?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
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
Differentiate between Macro and ordinary definition.
What is indirection?
Is struct oop?
When is the “void” keyword used in a function?