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 |
What is stack in c?
what is foreign key in c language?
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?
write a program that finds the factorial of a number using recursion?
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
Is it better to use a macro or a function?
What does a function declared as pascal do differently?
what is the difference between declaration ,defenetion and initialization of a variable?
What is floating point constants?
what is the difference between %d and %*d in c languaga?
Do you know the use of fflush() function?