write a program that will print %d in the output screen??
Answer Posted / arti
main()
{ char ch[]="%d";
printf("%s",ch);
}
| Is This Answer Correct ? | 46 Yes | 13 No |
Post New Answer View All Answers
What is the c value paradox and how is it explained?
What is the difference between typedef struct and struct?
How can I copy just a portion of a string?
Combinations of fibanocci prime series
using only #include
Can you tell me how to check whether a linked list is circular?
will u please send me the placement papers to my mail???????????????????
What are the loops in c?
What are qualifiers in c?
What is the purpose of realloc()?
Apart from dennis ritchie who the other person who contributed in design of c language.
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is the difference between declaring a variable and defining a variable?
What are lookup tables in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.