how to convert binary to decimal and decimal to binary in C
lanaguage
Answer Posted / fazlur rahaman naik
u can use bitwise operators and some logical thinking.
| Is This Answer Correct ? | 26 Yes | 15 No |
Post New Answer View All Answers
What is #define used for in c?
Write a code to generate divisors of an integer?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Explain setjmp()?
What is extern variable in c with example?
What is the difference between printf and scanf in c?
What are the advantages of external class?
How to compare array with pointer in c?
How can I sort more data than will fit in memory?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is difference between structure and union in c programming?
What are the types of arrays in c?
Why doesnt the call scanf work?
What does sizeof int return?