algoritma
1. Pointer
    Syntax  :*ptr_name
    Symbol : * = content of
                     &= address of
2. Pointer to pointer
    Syntax : <type>**ptr_ptr;
3. Array
    – Syntax : type array_value [value_ dim];
4. Array to Pointer
    – Syntax : type*array_name[value_dim]
5. String : Array yang biasa diakhiri dengan NULL(“)
Category: Uncategorized
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>