Computer Science, asked by venkatvinay015, 4 months ago

# include<stdio.h>

main()

{

int i, a[4]= {1,2,3,4};

for(i=0;i<4;i++)

printf(“a*%d+=%d\n”, i, a*i+);

}

Answers

Answered by ashutosh2003tripathi
0

Answer:

yeh toh c++ hai i read python tell me if you need help

Similar questions