Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Pointer and Array Basic Questions: Annotations and Solutions, Lecture notes of C programming

The basic questions and answers for understanding the concepts of pointers and arrays in programming. Topics covered include pointer definition, utility, dereferencing, address passing, arrays, array location, one-dimensional and two-dimensional arrays, and array operations such as reversing integers, finding the largest element, transposing matrices, and swapping values using pointers.

Typology: Lecture notes

2018/2019

Uploaded on 02/28/2019

Tatha_cse
Tatha_cse 🇮🇳

2 documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Basic Questions for
Internal
On
Pointer and Array
pf3
pf4

Partial preview of the text

Download Pointer and Array Basic Questions: Annotations and Solutions and more Lecture notes C programming in PDF only on Docsity!

Basic Questions for

Internal

On

Pointer and Array

Questions

on Pointer:

1.What is pointer?

2.What is the utility of pointer?

3.What does *p and &p means?

4.Why do we use “&” sign in Scanf?

5.What is the difference of call by value and

reference?

6.Why does we call pointer as storing

address not value?

7.If it is a code:

Int i = 5, *p, *t; p = & i ; t = & p ; Printf(“%d %d %d

All The Very Best

For Your Internal