How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include<stdio.h>...


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what are # pragma staments?

0 Answers  


main() { int i=5; printf("%d%d%d%d",i++,i--,i); }

10 Answers  


How does C++ help with the tradeoff of safety vs. usability?

1 Answers  


What is period operator in c?

3 Answers   Wipro,


Toggle nth bit in a given integer - num

5 Answers   Qualcomm,






What would be an example of a structure analogous to structure c?

0 Answers  


How many parameters should a function have?

0 Answers  


c program to add and delete an element from circular queue using array

3 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


How will you write a code for accessing the length of an array without assigning it to another variable?

0 Answers  


program to find the roots of a quardratic equation

1 Answers  


Explain how can I convert a number to a string?

0 Answers  


Categories