in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / vignesh1988i
ya wit out using printf we can print.... using putchar,puts
functions etc.........
| Is This Answer Correct ? | 41 Yes | 14 No |
Post New Answer View All Answers
How can I make it pause before closing the program output window?
What is a sequential access file?
What is volatile variable in c with example?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Do string constants represent numerical values?
What is time complexity c?
What are the types of functions in c?
Are bit fields portable?
What is union in c?
What is static memory allocation?
What is a c token and types of c tokens?
Where define directive used?
What is the benefit of using #define to declare a constant?
What is file in c preprocessor?
Explain continue keyword in c