Data Types


  1. Which of the following type-casting have chances for wrap around?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    From int to char


  1. What will be the data type of the result of the following operation?
    (float)p * (int)q / (long)r * (double)s











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    double