Answer Posted / manikanta
#include "stdio.h"
main()
{
printf(" %%d ");
}
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the c value paradox and how is it explained?
How main function is called in c?
How many types of sorting are there in c?
What is difference between structure and union in c programming?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What are valid signatures for the Main function?
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 []);
Why & is used in scanf in c?
What are enumerated types?
What are loops c?
What are static variables in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is difference between far and near pointers?
What language is c written?
What is abstract data structure in c?