Saturday, November 7, 2009

SW302 - Лекц 8 - Демо


gcc -o my.out my.c

define  TRUE 1
define FALSE 0

if x == TRUE

int *a = malloc(40)

[0]   [1]-[10]

  arr[0]
    arr[-40]

String str="hello";

structure Student
{
   int code;
   char *a[]="dddd";

}

Student s1;
s1.code

s1.a

Student s1->


Ч. Эрдэнэбат
2009-11-7

No comments:

Post a Comment