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
Explain the Difference between the New and Malloc keyword.
What is an example of structure?
What are bitwise shift operators in c programming?
Why is python slower than c?
What is the right way to use errno?
What is a file descriptor in c?
Is c still relevant?
Why array is used in c?
Explain what are the advantages and disadvantages of a heap?
What are inbuilt functions in c?
difference between Low, Middle, High Level languages in c ?
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
What is substring in c?
Can one function call another?
what is the role you expect in software industry?