Nội dung Bài tập
Mã:
Pointer_05
Tên:
Con trỏ 05
Dạng thi:
oi
Thang điểm:
10 điểm
Giới hạn thời gian:
1 giây
Giới hạn bộ nhớ:
256 MB
Được tạo bởi:
tamtd

Write a program in C to store n elements in an array and print the elements using pointer. Go to the editor
Test Data : 
The first line is the number of elements to store in the array :5 
The second line is 5 number of elements in the array : 5 7 2 9 8 
Expected Output :

 The elements you entered are :                                                                               
 element - 0 : 5                                                                                              
 element - 1 : 7                                                                                              
 element - 2 : 2                                                                                              
 element - 3 : 9                                                                                          
 element - 4 : 8

    Quảng cáo
       Ngôn ngữ : 

       Theme : 
Mời bạn soạn code



		



      Ai có thể xem bài này : 

Thông tin



Phần thảo luận