in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / murali
my qyestion is without using library function how can print?
Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What are qualifiers?
How does pointer work in c?
What is sizeof array in c?
Is that possible to store 32768 in an int data type variable?
Explain how can I write functions that take a variable number of arguments?
What is structure packing in c?
Which of these functions is safer to use : fgets(), gets()? Why?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What is pre-emptive data structure and explain it with example?
What are categories used for in c?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is the size of array float a(10)?
What is #define?
Tell us two differences between new () and malloc ()?
Why c is called a mid level programming language?