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


Please Help Members By Posting Answers For Below Questions

Are pointers really faster than arrays?

552


explain what are actual arguments?

626


How many types of operators are there in c?

609


How can you return multiple values from a function?

622


How many identifiers are there in c?

571






Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

596


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

651


Explain what is the purpose of "extern" keyword in a function declaration?

613


What are all different types of pointers in c?

568


What is header file definition?

561


What is array of structure in c programming?

743


Explain goto?

705


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

581


What is linear search?

668


Explain about the functions strcat() and strcmp()?

594