can we write a program in c for printf and scanf without
using header file stdio.h



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

Post New Answer

More C Interview Questions

regarding pointers concept

0 Answers  


What is the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


Is c an object oriented programming language?

1 Answers  


What does. int *x[](); means ?

0 Answers   Wilco,


plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.

1 Answers  






How do I use void main?

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 Answers   Acropolis, HCL, Intel, TCS,


Is c procedural or functional?

0 Answers  


Identify the operators that is not used with pointer a. && b. # c. * d. >>

2 Answers  


What is the explanation for cyclic nature of data types in c?

0 Answers  


Output for following program using for loop only * * * * * * * * * * * * * * *

3 Answers  


Categories