What does %d do?


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

Post New Answer

More C Interview Questions

main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............

3 Answers  


Determine if a number is a power of 2 at O(1).

2 Answers  


How to removing white spces in c programming only bu using loops

2 Answers  


How do you list a file’s date and time?

0 Answers  


Is c procedural or object oriented?

0 Answers  






write a recursive program in'c'to find whether a given five digit number is a palindrome or not

2 Answers  


What are the types of bitwise operator?

0 Answers  


what are bit fields? What is the use of bit fields in a structure declaration?

0 Answers   Flextronics, TISL, Virtusa,


Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

4 Answers   Subex,


What does main () mean in c?

0 Answers  


How are 16- and 32-bit numbers stored?

0 Answers  


What is c method?

0 Answers  


Categories