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

HINT: printf,scanf similer

Answers were Sorted based on User's Feedback



how can you print&scan anything using just one character? :) HINT: printf,scanf similer..

Answer / 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

how can you print&scan anything using just one character? :) HINT: printf,scanf similer..

Answer / avinash

getch(),putc()

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement

3 Answers  


What is null character in c?

0 Answers  


What is use of integral promotions in c?

0 Answers  


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

0 Answers  


what do u mean by Direct access files? then can u explain about Direct Access Files?

0 Answers   LG Soft,






what is ram?

3 Answers   TCS,


write a program whose output will be- 1 12 123 1234

10 Answers  


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

0 Answers  


Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations

0 Answers  


How pointers are declared?

0 Answers  


What is main () in c language?

0 Answers  


How can you allocate arrays or structures bigger than 64K?

0 Answers  


Categories