in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / bandla.madhu
don't say puts&putchar.we have to think ina manner that how
to write code for printf function.ofcourse those two are
also correct.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is wrong with this program statement?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What are the basic data types associated with c?
What is void main ()?
Write a program in c to replace any vowel in a string with z?
What is a void pointer? When is a void pointer used?
write a program to print data of 5 five students with structures?
What are file streams?
What is the role of this pointer?
What is meant by int main ()?
State the difference between x3 and x[3].
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is the use of the function in c?
What is data types?
What are header files and what are its uses in C programming?