Data Types


  1. Select the odd one out with respect to type?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    float


  1. %f access specifier is used for ________.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    Floating type



  1. In the following C code, the union size is decided by?
    union temp
    {
    char ch;
    int n;
    float f;
    };











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    both float and int


  1. Loss in precision occurs for typecasting from____________.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    float to int



  1. What is the size of float in a 32-bit compiler?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    4