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

How can I change their mode to binary?

908


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

963


What is meant by inheritance?

865


What is bash c?

774


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

858


What is a shell structure examples?

829


Is c weakly typed?

777


What is extern variable in c with example?

781


Explain how do you list files in a directory?

840


Which is more efficient, a switch statement or an if else chain?

789


Why can’t we compare structures?

1061


What is the code in while loop that returns the output of given code?

1665


If you know then define #pragma?

889


Why is it usually a bad idea to use gets()? Suggest a workaround.

1378


Why we write conio h in c?

772