write a program to print %d ?

Answer Posted / chinna

#include<stdio.h>
#include<conio.h>
void main()
{
printf("%d");
}

Is This Answer Correct ?    15 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to make a scientific calculater ?

1794


What is the difference between declaring a variable by constant keyword and #define ing that variable?

3001


What is getch() function?

827


Do you know what are bitwise shift operators in c programming?

817


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3561


What is the use of f in c?

730


What does the c in ctime mean?

787


please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................

1750


Explain the use of bit fieild.

908


What is a built-in function in C?

1099


What is the use of gets and puts?

771


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1656


Difference between macros and inline functions? Can a function be forced as inline?

928


What are pragmas and what are they good for?

746


What is the difference between a function and a method in c?

796