write a program to print %d ?

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


Please Help Members By Posting Answers For Below Questions

Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

987


What is the hardest programming language?

896


what is the difference between 123 and 0123 in c?

934


how many key words availabel in c a) 28 b) 31 c) 32

809


What is the best way to store flag values in a program?

762


Explain the properties of union.

809


What is c preprocessor mean?

1023


int far *near * p; means

3288


What are header files why are they important?

798


Are negative numbers true in c?

770


How can I change their mode to binary?

885


how do you execute a c program in unix.

839


Is r written in c?

888


How can you increase the size of a statically allocated array?

826


What is the difference between exit() and _exit() function?

779