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 the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(“ %d\n”,sum); } what is the difference between a=10 and a=010??
How do I determine whether a character is numeric, alphabetic, and so on?
what does ‘Bus Error’ mean?
What is volatile variable in c with example?
Apart from dennis ritchie who the other person who contributed in design of c language.
What does char * * argv mean in c?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
What does dm mean sexually?
what is the associativity of bitwise OR operator?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
How is null defined in c?
The file stdio.h, what does it contain?