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

Explain the Difference between the New and Malloc keyword.

873


What is an example of structure?

796


What are bitwise shift operators in c programming?

823


Why is python slower than c?

804


What is the right way to use errno?

811


What is a file descriptor in c?

798


Is c still relevant?

839


Why array is used in c?

750


Explain what are the advantages and disadvantages of a heap?

838


What are inbuilt functions in c?

776


difference between Low, Middle, High Level languages in c ?

1841


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

869


What is substring in c?

855


Can one function call another?

828


what is the role you expect in software industry?

1865