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
Explain what is a program flowchart and explain how does it help in writing a program?
When is a null pointer used?
which is an algorithm for sorting in a growing Lexicographic order
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is the main difference between calloc () and malloc ()?
What is the purpose of main() function?
What do you mean by a sequential access file?
What is the purpose of type declarations?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What are the types of unary operators?
Can we declare a function inside a function in c?
How many main () function we can have in a project?
What does c mean in basketball?
Why c is known as a mother language?
why we wont use '&' sing in aceesing the string using scanf