write a program that will print %d in the output screen??

Answer Posted / arti

main()
{ char ch[]="%d";
printf("%s",ch);
}

Is This Answer Correct ?    46 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I trap or ignore keyboard interrupts like control-c?

592


What are the different categories of functions in c?

620


What are the parts of c program?

608


What are the types of pointers in c?

510


Explain how do I determine whether a character is numeric, alphabetic, and so on?

630






Is this program statement valid? INT = 10.50;

660


What is a buffer in c?

550


What is the difference between single charater constant and string constant?

596


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

587


What are control structures? What are the different types?

567


What is getche() function?

587


Calculate 1*2*3*____*n using recursive function??

1490


Explain what are linked list?

592


Explain can the sizeof operator be used to tell the size of an array passed to a function?

566


How are pointers declared in c?

575