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
How does placing some code lines between the comment symbol help in debugging the code?
What are identifiers in c?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Is return a keyword in c?
Explain how do you search data in a data file using random access method?
What is c language in simple words?
What are the storage classes in C?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is structure pointer in c?
Why is c called c not d or e?
Why malloc is faster than calloc?
Is a house a shell structure?
What are valid operations on pointers?
Is void a keyword in c?
Why enum is used in c?