.______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
Initializing the elemets of an array with an initializer list
#include<stdio.h>
int main (void)
{
int n[10] = {29, 8,19, 91, 28, 10, 19, 91, 0, 0 };
int i;
printf("%s%13s\n", "Element", "Value");
for( i= 0; i <10;i++){
printf("%7d%13d\n", i, n[i]);
}
system ("pause");
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment