write a program to print %d ?

Answer Posted / murali

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

Is This Answer Correct ?    9 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is merge sort in c?

649


What is methods in c?

649


Which is better oop or procedural?

636


What is bubble sort in c?

640


How many data structures are there in c?

620






Why doesnt this code work?

621


Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80

2561


What is #line in c?

565


Why is it that not all header files are declared in every C program?

687


What should malloc() do?

651


What is the maximum no. of arguments that can be given in a command line in C.?

674


Explain setjmp()?

662


Is fortran still used today?

609


Explain what header files do I need in order to define the standard library functions I use?

651


Why c is faster than c++?

637