• SADSAC (5/5/2016)


    Felix Pamittan (5/5/2016)


    Correct answer:

    Yes, you can run this code, This returns 97

    Explanation:

    You can run this code. The CHAR variable is converted to NCHAR and the first character's value returned. An upper case 'A' is 65. Same as ASCII.

    I think the answer should be:

    Yes, you can run this code, This returns 65

    Agree.

    "A" is 65 in both ASCII and UNICODE lists.

    Agreed

    ...