how can you print&scan anything using just one character? :)

HINT: printf,scanf similer

Answer Posted / sivarama ganesan

putc, getc

putc will print only one character. getc will scan on
character from the given input/parameter

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

1016


Write a Program to accept different goods with the number, price and date of purchase and display them

5454


Explain what is gets() function?

639


What is the collection of communication lines and routers called?

616


What is a scope resolution operator in c?

756






The file stdio.h, what does it contain?

670


largest Of three Number using without if condition?

1012


Why is c so powerful?

691


What is null pointer in c?

600


Explain high-order and low-order bytes.

671


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1635


Is the exit() function same as the return statement? Explain.

668


What is meant by preprocessor in c?

540


Discuss the function of conditional operator, size of operator and comma operator with examples.

682


What is malloc() function?

642