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 |
ratio,age,persentage
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
Explain output of printf("Hello World"-'A'+'B'); ?
User define function contain thier own address or not.
write a program to sort the elements in a given array in c language
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
What is that continue statement??
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
In C language, a variable name cannot contain?
What is the significance of c program algorithms?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
const char * char * const What is the differnce between the above tow?.