.______M_u_h_a_n_d_i_s_k______.
KOMPILASI NOTA-NOTA KEHIDUPAN DAN PERINGATAN UNTUK DIRI SENDIRI
Pages
Home
Wisdom of Doa
Method of Doa
Doa
سورة الفاتحة
IIUM
|
MyIIUM
|
E-learning
|
Microsoft
|
Wolfram Alpha
|
Medical Terms Dictionary
|
Google Translate
|
Google Maps
Array name is the same as the address of the array's first element
#include<stdio.h>
int main( void )
{
char array[5];
printf( " array = %p\n&array[0] = %p\n &array = %p\n", array, &array[0], &array );
system ("pause");
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment