Home > MCQs > IT & Programming > C Programming MCQs

C Programming MCQ

Quizack is the greatest source to discover good C programming multiple choice questions. By preparing with a vast range of Quizack's MCQ on C, you will be confident in your ability to ace your tests. Quizack's C programming MCQ questions with answers are a great place to start if you want quality and effective learning. Come to Quizack for learning whenever you want. You won't regret it!

C Programming Quick Quiz

Question 1 of 10
  • The operator used to get value at address stored in a pointer "p" is :

    Answer & Explanation

    Correct Answer: *p

    Note: This Question is unanswered, help us to find answer for this one

  • File input and output (I/O) in C is heavily based on the way it is done ___?

    Answer & Explanation

    Correct Answer: In Unix

    Note: This Question is unanswered, help us to find answer for this one

  • For a pointer to a 3 dimensional array (*foo)[2][3][4], how many calls to malloc do you need at least to allocate its contents?

    Answer & Explanation

    Correct Answer: 1

    Note: This Question is unanswered, help us to find answer for this one

  • What standard data type provides the smallest storage size and can be used in computations?

    Answer & Explanation

    Correct Answer: Char

    Note: This Question is unanswered, help us to find answer for this one

  • What is the value of p in int a,b,*p; p=&a; b=**p; printf("%d",p);

    Answer & Explanation

    Correct Answer: address of variable a

    Note: This Question is unanswered, help us to find answer for this one

  • To create a macro, you can enter a series of commands in the _____ programming language.

    Answer & Explanation

    Correct Answer: VBA

    Note: This Question is unanswered, help us to find answer for this one

  • Is C Object Oriented?

    Answer & Explanation

    Correct Answer: No

    Note: This Question is unanswered, help us to find answer for this one

  • int tab[3] = {0,1,2}; int i = 0; tab[++i] == ?

    Answer & Explanation

    Correct Answer: 1

    Note: This Question is unanswered, help us to find answer for this one

  • Which is not a correct way to declare a string variable?

    Answer & Explanation

    Correct Answer: char string = "Hello World";

    Note: This Question is unanswered, help us to find answer for this one

  • A Stack data structure allows all data operations at one end only, making it what kind of an implementation?

    Answer & Explanation

    Correct Answer: LIFO

    Note: This Question is unanswered, help us to find answer for this one

  • C Programming Quick Quiz

    battery

    Poor Results!

    You need a lot of improvement.

    Just don't give up!

    Correct Answers: 0/10

    Start Practicing with our MCQs given below.