Answer Posted / venkat
RETURN TYPE OF THE PRINTF IS NO.OF CHAACTERS SUCCESSFULLY
PRINTED/DISPLAYED
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What happens if header file is included twice?
What are structure types in C?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Explain what happens if you free a pointer twice?
How is a null pointer different from a dangling pointer?
What language is windows 1.0 written?
Write a program which returns the first non repetitive character in the string?
What is this pointer in c plus plus?
What's a good way to check for "close enough" floating-point equality?
What is void main () in c?
Write a program to find factorial of a number using recursive function.
What is a protocol in c?
how to find anagram without using string functions using only loops in c programming
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is the advantage of an array over individual variables?