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
What is the use of bit field?
Is it valid to address one element beyond the end of an array?
What are lookup tables in c?
what is reason of your company position's in india no. 1.
What is an array in c?
What is the difference between formatted&unformatted i/o functions?
Compare array data type to pointer data type
What is meant by gets in c?
What is getch() function?
What are dangling pointers? How are dangling pointers different from memory leaks?
What is masking?
The file stdio.h, what does it contain?
Why should I use standard library functions instead of writing my own?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers