printf("%d",(printf("Hello")); What it returns?
Answers were Sorted based on User's Feedback
Answer / praneeth
It doesn't because in printf access specifier is Integer
but to display Hello we should use %s.
| Is This Answer Correct ? | 1 Yes | 22 No |
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
Can we declare variables anywhere in c?
What are pointers? Why are they used?
What does the message "automatic aggregate intialization is an ansi feature" mean?
How do I determine whether a character is numeric, alphabetic, and so on?
How to write a program for swapping two strings without using 3rd variable and without using string functions.
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Do pointers need to be initialized?
code for reverse alternate words from astring
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What are the restrictions of a modulus operator?
plz answer.. a program that takes a string e.g. "345" and returns integer 345