Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

int *a[5] refers to

Answer Posted / subha raman

it simply refers to the value stored in a[4]..."*" denotes
the value stored and "&" denotes the address of the
pointer..

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program to print largest number of each row of a 2D array

2372


What is gets() function?

1191


In a switch statement, explain what will happen if a break statement is omitted?

1125


What is meant by 'bit masking'?

1438


Explain how can I convert a number to a string?

1207


What is wrong with this initialization?

1065


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

2213


What is the use of sizeof () in c?

1099


What is switch in c?

1160


How does struct work in c?

1137


Mention four important string handling functions in c languages .

1160


How can you read a directory in a C program?

1186


What are the 4 types of organizational structures?

1161


What is the newline escape sequence?

1143


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

2122