Others Programming and Technical Category

#include
void main()
{
int arr[] = {10,20,30,40,50};
int *ptr = arr;
printf("n %dt%dt",*++ptr,*ptr);
}

OUTPUT ??




Read Solution (Total 1)

Others Other Question

(1-1/(3^2))(1-1/(4^2))(1-1/(5^2)).............(1-1/(2015^2))=x/2015. what is the value of x? 1,5,18,66,280,1420