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

Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????

3 Answers   TCS,


What is a nested loop?

0 Answers  


main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.

1 Answers   Cisco,


what is the use of operator ^ in C ? and how it works?

2 Answers  


How can I manipulate strings of multibyte characters?

0 Answers  






Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?

5 Answers  


What is the meaning of c in c language?

0 Answers  


What is keyword with example?

0 Answers  


When can a far pointer be used?

0 Answers  


Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.

3 Answers   Google, Infosys, JTL, OpenFeel,


What is use of integral promotions in c?

0 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


Categories