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 are the 10 different models of writing an addition program in C language?
why wipro wase
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
main() { printf("hello%d",print("QUARK test?")); }
Write a c program to demonstrate character and string constants?
When was c language developed?
Can you tell me how to check whether a linked list is circular?
What is a good data structure to use for storing lines of text?
Why do we need functions in c?
What does c mean before a date?
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 recursive program in'c'to find whether a given five digit number is a palindrome or not