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


Please Help Members By Posting Answers For Below Questions

How do I convert a string to all upper or lower case?

627


How to write a multi-statement macro?

619


How can you allocate arrays or structures bigger than 64K?

679


Explain what is wrong with this program statement?

619


What are the features of c languages?

624






How does free() know explain how much memory to release?

616


What are types of preprocessor in c?

614


Is null always defined as 0(zero)?

613


What is n in c?

572


What is atoi and atof in c?

615


What is a loop?

551


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5794


What is difference between structure and union in c programming?

566


Is c procedural or functional?

583


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1315