Why is %d used in c?


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

Post New Answer

More C Interview Questions

Where does the name "C" come from, anyway?

0 Answers   Celstream,


what is the difference between auto and static keywords

1 Answers   cDot, College School Exams Tests, TCS,


who is the father of c

4 Answers   Infosys,


If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


Find if a number is power of two or not?

1 Answers  






implement OR gate without using any bitwise operator.

1 Answers   Alcatel, Wipro,


What is wrong with this code?

0 Answers  


write a program to find out number of on bits in a number?

17 Answers   Huawei, Microsoft,


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

0 Answers  


Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?

5 Answers  


program to find the roots of a quardratic equation

1 Answers  


Under what circumstances does a name clash occur?

0 Answers   InterGraph,


Categories