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

HINT: printf,scanf similer

Answer Posted / avinash

getch(),putc()

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are void pointers in c?

576


What is the difference between struct and typedef struct in c?

663


Why is sprintf unsafe?

621


What is an array in c?

599


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

819






What are the 4 types of unions?

615


What is substring in c?

643


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

663


How macro execution is faster than function ?

673


How can I write a function analogous to scanf?

662


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2061


What is difference between structure and union?

606


write a proram to reverse the string using switch case?

2473


What is the default value of local and global variables in c?

563


What is the difference between if else and switchstatement

1318