Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. Which type conversion is NOT accepted?
  2. A.
    From char to int
    B.
    From float to char pointer
    C.
    From negative int to char
    D.
    From double to char

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Conversion of a float to pointer type is not allowed.


Be The First To Comment