ICS Part 2 Computer Science Chapter 14 Short Questions Test With Answer

Online Short Questions For Chapter 14 "ICS Part 2 Computer Science Chapter 14 Short Questions Preparation "

Try The Short Questions For ICS Part 2 Computer Science Chapter 14 Short Questions Preparation

  • Total Questions10

  • Available Sets1

Computer Science - ICS Part 2 Computer Science Chapter 14 Short Questions Preparation

Question # 1

What is File Pointer ?

  • Ans 1: A file pointer is a variable of type FILE that is defined in stdio.h. To obtain a file pointer variable, a statement like the following is used: FILE* fp;
    Explanation :
    We Know the symbol '*' as the arithmetic multiplication operator. But it has entirely different meaning when used with a data type such as int, double ,or FILE. It represents a pointer to the variable of type with which it is used e.gint* represents a pointer to an integer , float represents a pointer to afloat variable , and FILE * represents a pointer to a variable of type FILE. Conceptually, a pointer is a memory cell whose content is the address of another memory cell.
Submit

Prepare Complete Set Wise Questions For Chapter 14 "ICS Part 2 Computer Science Chapter 14 Short Questions Preparation "

ICS Part 2 Computer Science Chapter 14 Short Questions Preparation - Set 1

Question # 1

What is File Pointer ?

  • Ans 1: A file pointer is a variable of type FILE that is defined in stdio.h. To obtain a file pointer variable, a statement like the following is used: FILE* fp;
    Explanation :
    We Know the symbol '*' as the arithmetic multiplication operator. But it has entirely different meaning when used with a data type such as int, double ,or FILE. It represents a pointer to the variable of type with which it is used e.gint* represents a pointer to an integer , float represents a pointer to afloat variable , and FILE * represents a pointer to a variable of type FILE. Conceptually, a pointer is a memory cell whose content is the address of another memory cell.
Submit

14th Chapter

12th Computer Science Chapter 14 Preparation

Here you can prepare 12th Computer Science Chapter 14 Problem Solving Preparation. Click the button for 100% free full practice test.

Is this page helpful?

Share your comments & questions here

Guest
  • No comments yet. Be the first to comment!