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


Please Help Members By Posting Answers For Below Questions

i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1470


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

734


Explain what is the benefit of using const for declaring constants?

602


What is queue in c?

565


Why is c used in embedded systems?

598






Explain how can you tell whether two strings are the same?

576


How can you determine the size of an allocated portion of memory?

732


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

772


Tell me what are bitwise shift operators?

646


What is a volatile keyword in c?

629


What is extern c used for?

560


Can you apply link and association interchangeably?

661


Why do we use namespace feature?

573


ATM machine and railway reservation class/object diagram

4792


Is c easier than java?

560