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


Please Help Members By Posting Answers For Below Questions

What are the different types of objects used in c?

575


What is difference between array and structure in c?

578


Differentiate abs() function from fabs() function.

594


What library is sizeof in c?

572


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

579






write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1674


How can a program be made to print the line number where an error occurs?

650


how to make a scientific calculater ?

1565


How can you draw circles in C?

623


What is merge sort in c?

644


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1297


What are the usage of pointer in c?

703


Can a void pointer point to a function?

569


Explain about block scope in c?

661


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1431