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 is a structure and why it is used?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is assert and when would I use it?
How can you restore a redirected standard stream?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Write the syntax and purpose of a switch statement in C.
What does emoji p mean?
Why main is not a keyword in c?
What is nested structure in c?
Explain what will the preprocessor do for a program?
Why do we use null pointer?
What is the difference between mpi and openmp?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Describe the difference between = and == symbols in c programming?