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 |
How to develop software using "c" programming?
who is the editor of 'pokemon'?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Why isn't any of this standardized in c? Any real program has to do some of these things.
How can you find out how much memory is available?
Write a program that his output 1 12 123
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
C program to perform stack operation using singly linked list
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001