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 |
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is modifier & how many types of modifiers available in c?
What is the function of multilevel pointer in c?
When should you not use a type cast?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
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"
Explain the binary height balanced tree?
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?
Define C in your own Language.
to convert a string without using decrement operater and string functions
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What are the back slash character constants or escape sequence charactersavailable in c?