home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / CH_04 / 259.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-12  |  590KB  |  2550x3300
Labels: book | crt screen | poster | reckoner | sky
OCR: Language Elements Introduced ir This Chapter: A Review 259 The dereferencing operator used with an address, gives the contents of that address The si zeof operator used with an array returns the number of bytes in that array Parameters to Functions the func- To simulate pass by reference: pass the address ofa variable to tion e.g. able funct( int int ally funct) be able to change whatever poi em- To pass an array as a parameter to a function pass in the address only, ole function declaration funct int array funct int array[ 10- and function call: array 50 funct array Types Pointer types One dimensional arrays Variable Declarations Pointers: cna charptr; int intptr; Arrays char chararray[12]; Eloat floa tvals [20] Library Functions mali Loc( dynamically allocates memory de-allocates memory ...