What is %d used for?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is meant by int main ()?

0 Answers  


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

0 Answers   Microsoft,


#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}

3 Answers  


Program to display given 3 integers in ascending order

1 Answers   N Tech,


The difference between printf and fprintf is ?

0 Answers   Baan Infotech,






What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.

5 Answers   CCEM, TCS,


Explain union.

0 Answers  


What is the difference between far and near in c?

0 Answers  


hi how to convert program from notepad to turboc editor can u please help me

3 Answers  


What is difference between structure and union with example?

0 Answers  


What are the different types of constants?

0 Answers  


how to find sum of 5 digits in C?

4 Answers  


Categories