fnplus / interview-techdev-guide

This repository contains curated technical interview questions by fn+geeks community
http://bit.ly/fnplusnow
MIT License
317 stars 325 forks source link

binary number using the concept of dynamic memoric allocation #638

Closed shrikantpadhy18 closed 4 years ago

shrikantpadhy18 commented 4 years ago

This ask the user to enter the number of digit in the binary number and then enter the binary number and after converting into decimal it checks whether the corresponding decimal of entered binary is divisible by 3

shrikantpadhy18 commented 4 years ago

Solved using c