GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  TCS  >  C
Go To First  |  Previous Question  |  Next Question 
 C  |  Question 74 of 87    Print  
Int *a[5] refers to

A. array of pointers
B. pointer to an array
C. pointer to a pointer
D. none of these


  
Total Answers and Comments: 2 Last Update: November 24, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 22, 2006 03:11:24   #1  
venki        

RE: Int *a[5] refers toA. array of pointers
ans none of these
 
Is this answer useful? Yes | No
November 24, 2006 01:48:32   #2  
T.Raghavendra        

RE: Int *a[5] refers toA. array of pointers
array of integer pointers
 
Is this answer useful? Yes | No

 Related Questions

Given the piece of codeint a[50];int *pa;pa=a;to access the 6th element of the array which of the following is incorrect?a.*(a+5)b.a[5]c.pa[5]d.*(*pa + 5)

Given the piece of codeint a[50];int *pa;pa=a;To access the 6th element of the array which of the following is incorrect?A. *(a+5)B. a[5]C. pa[5]D. *(*pa + 5}

Int *a[5] refers toA. array of pointersB. pointer to an arrayC. pointer to a pointerD. none of these
Tags : Pointer

1. Difference between "C structure" and "C++ structure".2. Diffrence between a "assignment operator" and a "copy constructor"3. What is the difference between "overloading" 
Latest Answer : jhglk; ...
Read Answers (17) | Asked by : Srikanth

If we declare a pointer like char *p;how much memory is allocated for pointer variable 'p'.
Tags : Pointer


 Sponsored Links

 
Related Articles

C++ Void Pointer and Null Pointer

C Void Pointer and Null Pointer In this C tutorial you will learn about two interesting types of pointers; void pointers and Null Pointer These pointers will be discussed in conjunction with syntax usage and example mosgoogle center Pointer to Void General Syntax void pointer variable; Void is use
 

C++ Pointers

C Pointers Concept of Pointers Every storage location of memory has an associated address Address is a number that grows sequentially For every program placed in memory each variable or function in the program has an associated address mosgoogle center The address of operator The address of operator
 

JavaScript Array Operations

JavaScript Array Operations In this JavaScript tutorial you will learn about different operations with array in JavaScript how to use the for in statement Combining Operations between arrays and within elements of an array joining two or more arrays and joining elements of an arrays along with synta
 

JavaScript Array Object Methods – Part II

JavaScript Array Object Methods Part II In this JavaScript tutorial you will learn about on array object methods slice splice toString shift and unshift methods along with general syntax and examples mosgoogle center slice By using the methods of the array object the programmer is able to retriev
 

JavaScript Array Object Methods – Part I

JavaScript Array Object Methods Part I In this JavaScript tutorial you will learn about Array Object Methods concat join pop push and reverse methods  along with general syntax and examples mosgoogle center concat The concat method is used to join two or more Array objects together to pro
 

JavaScript Array Object

JavaScript Array Object In this JavaScript tutorial you will learn about JavaScript Array Object its properties and methods mosgoogle center Usage of the Array Object The Array object is used to store a set of values in a single variable name There are many operations involved with Array object De
 

C Programming - Pointers

C Programming Pointers In this tutorial you will learn about C Programming Pointers Pointer declaration Address operator Pointer expressions pointer arithmetic Pointers and function Call by value Call by Reference Pointer to arrays Pointers and structures Pointers on pointer mosgoogle Introduction
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape