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
Explain the advantages and disadvantages of macros.
What is the purpose of 'register' keyword?
What is the size of empty structure in c?
Why do we use main function?
How can I read data from data files with particular formats?
Where we use clrscr in c?
Do array subscripts always start with zero?
a program that can input number of records and can view it again the record
Is null equal to 0 in sql?
Why flag is used in c?
Is swift based on c?
Which one would you prefer - a macro or a function?
How can I determine whether a machines byte order is big-endian or little-endian?
What is variables in c?
What are structure types in C?