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

how can you print&scan anything using just one character? :) HINT: printf,scanf similer

2 Answers  


How would you print out the data in a binary tree, level by level, starting at the top?

6 Answers   Amazon, Microsoft,


How can I sort more data than will fit in memory?

0 Answers  


write a program whose output will be- 1 12 123 1234

10 Answers  


Write a program in c to input a 5 digit number and print it in words.

11 Answers  






Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;

18 Answers   Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,


What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


When should structures be passed by values or by references?

0 Answers   Adobe,


Does c have enums?

0 Answers  


What is the use of structure padding in c?

0 Answers  


write c program to display output 10(10+20)+(10+20+30)+ ... n term

0 Answers   Hindustan Gum Chemicals,


Categories