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

Answer Posted / sachin tyagi

main()
{
printf("%d");
}

Is This Answer Correct ?    2 Yes 59 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

FILE PROGRAMMING

1767


What is s in c?

596


What is pragma in c?

616


write a program fibonacci series and palindrome program in c

623


Explain what standard functions are available to manipulate strings?

601






Explain the binary height balanced tree?

710


What are two dimensional arrays alternatively called as?

647


What is the most efficient way to store flag values?

676


What is the use of pragma in embedded c?

583


What are examples of structures?

581


Find MAXIMUM of three distinct integers using a single C statement

614


What are the salient features of c languages?

616


What is memcpy() function?

613


What is meant by 'bit masking'?

870


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

605