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
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is the hardest programming language?
what is the difference between 123 and 0123 in c?
how many key words availabel in c a) 28 b) 31 c) 32
What is the best way to store flag values in a program?
Explain the properties of union.
What is c preprocessor mean?
int far *near * p; means
What are header files why are they important?
Are negative numbers true in c?
How can I change their mode to binary?
how do you execute a c program in unix.
Is r written in c?
How can you increase the size of a statically allocated array?
What is the difference between exit() and _exit() function?