can we write a program in c for printf and scanf without
using header file stdio.h
Answer Posted / 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 |
Post New Answer View All Answers
What is pointer in c?
What is void pointers in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is mean by data types in c?
How important is structure in life?
What is variable initialization and why is it important?
What is huge pointer in c?
What is an example of structure?
Is main is user defined function?
Why c is faster than c++?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Explain the use of fflush() function?
What is indirection? How many levels of pointers can you have?
Which function in C can be used to append a string to another string?
What does *p++ do?