C Programming Day12 - Wikimedia · 10/20/2017  · unsigned unsigned unsigned signed signed signed...

Post on 19-Aug-2020

13 views 0 download

Transcript of C Programming Day12 - Wikimedia · 10/20/2017  · unsigned unsigned unsigned signed signed signed...

C Programming Day12.B

Unsigned Numbers,Double Pointers,

2017.10.20

Copyright (c) 2015 - 2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of theGNU Free Documentation License, Version 1.2 or any later version published by the Free SoftwareFoundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy ofthe license is included in the section entitled "GNU Free Documentation License".

variables a, p, q

initialized variables a, p, q

Operator &

Operator *

p's view point

q's view point

pass-by-reference of an int variables

function call

function definition

pass-by-reference of an int variables*

function call

function definition

an array of pointers