Answer Posted / murali
#include<stdio.h>
#include<conio.h>
void main()
{
printf("%");
printf("d");
}
| Is This Answer Correct ? | 9 Yes | 10 No |
Post New Answer View All Answers
What is a void pointer in c?
Why calloc is better than malloc?
What are local static variables? How can you use them?
What is #ifdef ? What is its application?
What are the disadvantages of external storage class?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What does the format %10.2 mean when included in a printf statement?
What are the different types of control structures?
Is javascript based on c?
What does %2f mean in c?
Explain what is wrong with this program statement? Void = 10;
Which type of language is c?
how to make a scientific calculater ?
What is the explanation for modular programming?
What are file streams?