Advance C Programming.

7 Questions | Attempts: 978
Share

SettingsSettingsSettings
C Programming Quizzes & Trivia

This quiz will test your skills for the advance C programming.


Questions and Answers
  • 1. 

    What should be the data type of a pointer variable.

    • A.

      Int

    • B.

      Char

    • C.

      Any of the above

    Correct Answer
    C. Any of the above
  • 2. 

    What is the format for the declaration of a 2 dimentional array.

    • A.

      Char myArray{2,2}

    • B.

      Int myArray[2][2];

    • C.

      Char myArray[1,2];

    Correct Answer
    B. Int myArray[2][2];
  • 3. 

    Strcat() funcation is used to cut down strings.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
  • 4. 

    What syntax is used to define a datatype structure.

    • A.

      Struct myStrucure;

    • B.

      Structure myStructure;

    • C.

      CreateStructure myStructure;

    Correct Answer
    A. Struct myStrucure;
  • 5. 

    The pointers are used to point memory locations.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
  • 6. 

    Classes are also called as templates of the objects for which they are created.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
  • 7. 

    The keword used for Inheritance is.

    • A.

      Inherits

    • B.

      Inherited

    • C.

      Inheriting

    Correct Answer
    A. Inherits

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 15, 2022
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 28, 2011
    Quiz Created by
    Usiddiqui
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.