can we write a program in c for printf and scanf without
using header file stdio.h
Answer / vignesh1988i
ya sure we can write ur own coding for printf & scanf functions.... but writing a function for the two is not that much easy ... in printf we must write our coding such that we have to have contact with VGA ( video graphic application) etc etc....
thank u
| Is This Answer Correct ? | 5 Yes | 5 No |
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
Is exit(status) truly equivalent to returning the same status from main?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
WAP to find that given no is small or capital
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
What is the difference between malloc calloc and realloc in c?
What do you mean by dynamic memory allocation in c? What functions are used?
Which node is more powerful and can handle local information processing or graphics processing?
How can you return multiple values from a function?
how do you programme Carrier Sense Multiple Access
Are the variables argc and argv are local to main?
HOW TO HANDLE EXCEPTIONS IN C