write a program that will print %d in the output screen??

Answer Posted / vignesh1988i

void main()
{
printf("%%d");
getch();
}

where %% will print % and d will be printed asual

thank u

Is This Answer Correct ?    39 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of using linked list for tree construction?

633


What are the types of i/o functions?

663


Explain what is the benefit of using an enum rather than a #define constant?

706


What is the purpose of macro in C language?

653


What are the functions to open and close file in c language?

717






What is the use of ?: Operator?

655


Do pointers take up memory?

643


Explain what is the difference between functions abs() and fabs()?

608


What is wrong with this declaration?

604


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3042


What is function what are the types of function?

549


the question is that what you have been doing all these periods (one year gap)

1610


What is the usage of the pointer in c?

596


Difference between constant pointer and pointer to a constant.

601


Explain what are bus errors, memory faults, and core dumps?

778