write a program to print %d ?

Answer Posted / manikanta

#include "stdio.h"

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

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the c value paradox and how is it explained?

794


How main function is called in c?

824


How many types of sorting are there in c?

814


What is difference between structure and union in c programming?

773


Using which language Test cases are added in .ptu file of RTRT unit testing???

3995


What are valid signatures for the Main function?

946


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

2101


Why & is used in scanf in c?

803


What are enumerated types?

846


What are loops c?

798


What are static variables in c?

816


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1657


What is difference between far and near pointers?

789


What language is c written?

750


What is abstract data structure in c?

755