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 |
implement NAND gate logic in C code without using any bitwise operatior.
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
What is the c value paradox and how is it explained?
What is the difference between exit() and _exit()?
Why double pointer is used in c?
What is a built-in function in C?
Write programs for String Reversal & Palindrome check
Define function pointers?
What is the difference between typedef struct and struct?
what is pointer?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given