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
how to write a c program to print list of fruits in alpabetical order?
Explain what are the different file extensions involved when programming in c?
What is identifier in c?
Is fortran faster than c?
What is the best style for code layout in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Difference between exit() and _exit() function?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What are the different types of errors?
What is the use of #define preprocessor in c?
Is fortran still used today?
Is it better to use a macro or a function?
What is the use of gets and puts?
What is "Hungarian Notation"?