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...

what is the difference between : func (int list[], ...) or
func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer

Answer Posted / guest

in func(int list[]: it gives only the address of the value
which was stored in the list.
func (int *list , ....):it gives the value which is stored
in the list

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write a code for reverse of string without using string functions?

2200


Tell us bitwise shift operators?

1143


What is the difference between variable declaration and variable definition in c?

1103


What is the use of bitwise operator?

1171


What is bss in c?

1158


Is it better to use a macro or a function?

1204


What are void pointers in c?

1061


How can you read a directory in a C program?

1181


What is the use of pointers in C?

1133


What are qualifiers and modifiers c?

1059


Can we declare a function inside a function in c?

1095


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

2458


What are the types of pointers?

1186


What are the usage of pointer in c?

1242


Is main a keyword in c?

1182