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

What is volatile variable in c?

0 Answers  


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

0 Answers   TCS,


What is data structure in c language?

0 Answers  


what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....

1 Answers   TCS,


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

0 Answers  


How do I send escape sequences to control a terminal or other device?

0 Answers  


Can we change the value of constant variable in c?

0 Answers  


What is the use of clrscr?

0 Answers  


Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.

1 Answers  


What is the restrict keyword in C?

2 Answers  


can we print any string without using terminator?

2 Answers   Infosys, TCS,


What is the use of void pointer and null pointer in c language?

0 Answers  


Categories