how can you print&scan anything using just one character? :)
HINT: printf,scanf similer
Answers were Sorted based on User's Feedback
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 |
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
What is getch c?
Is a house a mass structure?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
what are the stoge class in C and tel the scope and life time of it?
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
Write a program with dynamically allocation of variable.
What is a structure member in c?
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
write a program to fined second smallest and largest element in a given series of elements (without sorting)
What is %g in c?