What is putchar() function?



What is putchar() function?..

Answer / Sandeeep Kumar

"The putchar() function in C outputs a character to the standard output (screen). It returns the written character."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

1 Answers  


What is modifier & how many types of modifiers available in c?

1 Answers  


What is the function of multilevel pointer in c?

1 Answers  


When should you not use a type cast?

1 Answers  


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1 Answers   IBM,


WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"

3 Answers  


Explain the binary height balanced tree?

1 Answers  


6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


Define C in your own Language.

1 Answers   Motorola,


to convert a string without using decrement operater and string functions

1 Answers  


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

1 Answers   TCS,


What are the back slash character constants or escape sequence charactersavailable in c?

1 Answers  


Categories