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
What does it mean when a pointer is used in an if statement?
Explain what does the function toupper() do?
Differentiate between ordinary variable and pointer in c.
What is main () in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How can I write a function analogous to scanf?
Why do we use int main?
Explain what is a pragma?
Explain how do you list a file’s date and time?
What are the primitive data types in c?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What is a class c rental property?
What does c mean in basketball?
Where does the name "C" come from, anyway?
Difference between pass by reference and pass by value?