write a program that will print %d in the output screen??
Answer Posted / sachin tyagi
main()
{
printf("%d");
}
| Is This Answer Correct ? | 2 Yes | 59 No |
Post New Answer View All Answers
Can the “if” function be used in comparing strings?
What is the argument of a function in c?
What is const keyword in c?
Difference between constant pointer and pointer to a constant.
What are the advantages of Macro over function?
hi, which software companys will take,if d candidate's % is jst 55%?
Where are some collections of useful code fragments and examples?
What are the types of bitwise operator?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is the difference between class and object in c?
what is use of malloc and calloc?
What is structure and union in c?
Which is best linux os?
When should the volatile modifier be used?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?