#include <stdio.h> int main() { int num[6] = {6, 7, 8, 9, 10}; printf("%d\n", *num); }
6
Previous Question Next Question
Your comments will be displayed only after manual approval.