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
Why is this loop always executing once?
What do you understand by normalization of pointers?
Can you think of a logic behind the game minesweeper.
#include
Do character constants represent numerical values?
Differentiate between ordinary variable and pointer in c.
Is c is a high level language?
What is %d used for?
Are pointers really faster than arrays?
What is operator precedence?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Explain the use of fflush() function?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Differentiate between functions getch() and getche().