Programming in C - Pointers

1. Prior to using a pointer variable it should be

  • Option : C
  • Explanation :
    Using a pointer variable, without initializing it, will be disastrous, as it will have a garbage value.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


2. Consider the declaration:
char x[]="WHATIZIT";
char *y="WHATIZIT";
The output of puts(x) an puts(y) will be

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


3. Consider the declarations:
char first (int(*)(char,float));
int second(char,float);
Which of the following function invocation is valid?

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


4. In C a pointer variable to an integer can be created by the declaration

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


5. Which of the following is most appropriate?

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


  • C Programming Pointers Questions can be used to give quizzes by any candidate who is preparing for UGC NET Computer Science
  • This C Programming Pointers Questions section will help you test your analytical skills in a tricky method, thereby giving you an edge over other students
  • Any student who wants to prepare for DOEACC A Level, DOEACC B Level, and DOEACC C level can also use these Objective Type Questions Answer.
  • All candidates who have to appear for the Kendriya Vidyalaya Entrance exam can also refer to this mcq section.
  • You can also get access to the C Programming Pointers MCQ ebook.
  • C Programming Pointers Questions can be used in the preparation of JRF, CSIR, and various other exams.
  • You can also download pdf for these C Programming Pointers multiple-choice questions Answers.
  • This C Programming Pointers Multiple Choice Questions Answers section can also be used for the preparation of various competitive exams like UGC NET, GATE, PSU, IES, and many more.
  • C Programming Pointers Questions can be used to gain a credit score in various undergraduate and postgraduate courses like BSc, MSc and MCA
  • C Programming Pointers Questions for UGC NET Computer Science

    C Programming Pointers MCQ

    C Programming Pointers Multiple choice questions