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

Which is better pointer or array?

606


What is the difference between test design and test case design?

1577


what is reason of your company position's in india no. 1.

1779


What is the scope of local variable in c?

582


Is fortran still used in 2018?

599






What is the general form of function in c?

617


What is the difference between int main and void main in c?

597


Can we declare function inside main?

572


Are c and c++ the same?

629


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2989


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 abstract data structure in c?

533


What are local static variables? How can you use them?

651


How do you use a 'Local Block'?

728


write a progrmm in c language take user interface generate table using for loop?

1576