#include int test_arr[] = {0,20,40,60,80,100}; int s3_return_array() { int temp,i; temp = sizeof(test_arr)/sizeof(int); return temp; }