C Programming 2072
C Programming 2072
Candidates are required to give their answers in their own words as for as practicable.
The figures in the margin indicate full marks.
Void main()
{
int x=2, n=5, sum=0, i;
clrscr();
for(i=1; i<=n; i++)
{
If(i%2==0)
Sum==sum-pow(x,i);
else