Fun, Computers

10th

grade

Image

Debugging

75
plays

20 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    Memory allocation using malloc() is done in?

    static area

    Heap area

    Stack area

    Disc

  • 2. Multiple Choice
    30 seconds
    1 pt

    What will be the use of void pointer?

    Pointer will not return any value.

    Address of any variable of any data type can be assigned.

    Address of void method can be stored.

    Address of another pointer can be stored.

  • 3. Multiple Choice
    1 minute
    1 pt

    What will be the output of the program given below?

    #include<stdio.h>

    int main()

    {

    printf(“%.0f”,5.89);

    return 0;

    }

    0

    5

    6

    5.89

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?