Ask Question

Write a function that receives a string containing a 16-bit binary integer. the function must return the string's integer value

+2
Answers (1)
  1. 25 March, 00:42
    0
    Program z;

    var

    a: integer;

    b: string;

    begin

    readln (b);

    a:=strtoint (b)

    writeln (a);

    end.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a function that receives a string containing a 16-bit binary integer. the function must return the string's integer value ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers