Ask Question
11 May, 07:13

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

+3
Answers (1)
  1. 11 May, 09:46
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers