write a program that will print %d in the output screen??
Answer Posted / furquan
int main()
{
printf("%%d");
return 0;
}
| Is This Answer Correct ? | 96 Yes | 7 No |
Post New Answer View All Answers
Explain how does flowchart help in writing a program?
Why #include is used in c language?
What is meant by preprocessor in c?
What are the disadvantages of c language?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Differentiate fundamental data types and derived data types in C.
Differentiate between a structure and a union.
How can I remove the leading spaces from a string?
How many types of errors are there in c language? Explain
What is structure packing in c?
What is a const pointer?
What do you mean by c what are the main characteristics of c language?
Explain the use of fflush() function?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
How to write c functions that modify head pointer of a linked list?