Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?


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

Post New Answer

More C Interview Questions

union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


what is the difference between static variable and register variable?

3 Answers  


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


What is getch c?

0 Answers  


without using arithmatic operator solve which number is greater??????????

1 Answers   Accenture,






main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?

7 Answers   Ramco,


what are non standard function in c

0 Answers  


Is an array parameter is always "by reference" ?

1 Answers  


What are runtime error?

0 Answers  


about c language

0 Answers  


Write a program to print "hello world" without using a semicolon?

0 Answers  


what is the hexidecimal number of 4100?

16 Answers   Google,


Categories