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 does a function declared as pascal do differently?
Which is best linux os?
can we change the default calling convention in c if yes than how.........?
How do you determine the length of a string value that was stored in a variable?
How do c compilers work?
Can you please explain the difference between malloc() and calloc() function?
What does typeof return in c?
how to capitalise first letter of each word in a given string?
Explain what is wrong with this program statement? Void = 10;
Why use int main instead of void main?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is far pointer in c?
What is difference between constant pointer and constant variable?
What are the back slash character constants or escape sequence charactersavailable in c?
how to find anagram without using string functions using only loops in c programming