Sail E0 Webinar
Question


What will be the output of the program ?


#include<stdio.h>
int main()
{
int i, a[] = {2, 4, 6, 8, 10};
change(a, 5);
for(i=0; i
Options:
A .  7, 9, 11, 13, 15
B .  2, 15, 6, 8, 10
C .  2 4 6 8 10
D .  3, 1, -1, -3, -5
Answer: Option B

No answer description available for this question. 



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers