write a program to print %d ?

Answer Posted / rashmi

#include<stdio.h>
main()
{
printf("\%d");
}

Is This Answer Correct ?    5 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

841


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

901


What does malloc () calloc () realloc () free () do?

773


Explain what does it mean when a pointer is used in an if statement?

820


What is the process of writing the null pointer?

773


How do I determine whether a character is numeric, alphabetic, and so on?

847


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1711


I heard that you have to include stdio.h before calling printf. Why?

802


Tell us two differences between new () and malloc ()?

824


number of times a digit is present in a number

1767


what is the difference between 123 and 0123 in c?

934


Why are algorithms important in c program?

813


Explain what is a program flowchart and explain how does it help in writing a program?

851


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

900


What is volatile variable how do you declare it?

747