write a program that will print %d in the output screen??
Answer Posted / ratish
void main()
{
printf("\%d");
}
| Is This Answer Correct ? | 1 Yes | 24 No |
Post New Answer View All Answers
What is optimization in c?
Ow can I insert or delete a line (or record) in the middle of a file?
What is main function in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
When should a type cast be used?
Can we assign integer value to char in c?
Can a pointer be volatile in c?
write a program to print largest number of each row of a 2D array
In a header file whether functions are declared or defined?
How can you call a function, given its name as a string?
Why is structure padding done in c?
What are the string functions? List some string functions available in c.
What is extern storage class in c?
What is array of structure in c?
How old is c programming language?