write a program that will print %d in the output screen??
Answer Posted / mizanur
int main()
{
printf("%%d");
return 0;
}
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can stdout be forced to print somewhere other than the screen?
Does * p ++ increment p or what it points to?
Difference between goto, long jmp() and setjmp()?
What is the correct code to have following output in c using nested for loop?
What is the meaning of && in c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
How do you determine whether to use a stream function or a low-level function?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
pierrot's divisor program using c or c++ code
int i=10; printf("%d %d %d", i, i=20, i);
Difference between exit() and _exit() function?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What are the two forms of #include directive?
What are pointers? What are different types of pointers?
What does dm mean sexually?