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


Please Help Members By Posting Answers For Below Questions

Can stdout be forced to print somewhere other than the screen?

840


Does * p ++ increment p or what it points to?

835


Difference between goto, long jmp() and setjmp()?

944


What is the correct code to have following output in c using nested for loop?

826


What is the meaning of && in c?

748


Why is it usually a bad idea to use gets()? Suggest a workaround.

1354


How do you determine whether to use a stream function or a low-level function?

906


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 “****”.

2928


pierrot's divisor program using c or c++ code

1962


int i=10; printf("%d %d %d", i, i=20, i);

1290


Difference between exit() and _exit() function?

888


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

795


What are the two forms of #include directive?

864


What are pointers? What are different types of pointers?

817


What does dm mean sexually?

1040