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
Why is struct padding needed?
What is output redirection?
What is n in c?
Why is void main used?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Sir i need notes for structure,functions,pointers in c language can you help me please
What is c language and why we use it?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is the data segment that is followed by c?
Why doesnt that code work?
How does free() know explain how much memory to release?
How to explain the final year project as a fresher please answer with sample project
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference