write a program to print %d ?

Answer Posted / naveenkumar s h

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

Is This Answer Correct ?    0 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are header files and explain what are its uses in c programming?

868


What is the correct code to have following output in c using nested for loop?

861


cavium networks written test pattern ..

3843


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1778


Explain why can’t constant values be used to define an array’s initial size?

1129


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

1050


What is the description for syntax errors?

869


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

822


In C, What is the #line used for?

1573


What are the main characteristics of c language describe the structure of ac program?

972


What are the applications of c language?

861


show how link list can be used to repersent the following polynomial i) 5x+2

1923


Explain what are its uses in c programming?

828


What is putchar() function?

872


What is the use of typedef in c?

813