Capgemini Company Programming Program

#include
int r();
int main(){
for(r();r();r()) {
printf("%d ",r());
}
return 0;
}
int r(){
int static num=7;
return num--;
}

Read Solution (Total 15)

Capgemini Other Question

if x-y + z = 19 , y + z =20 , x-z=3 , find d value of x+4y-5z
a)22 b)38 c)17 d) none
Gold price increased by 12.5%. By what % should Prateek reduce the expenditure so that he afford a 5% increase in expenditure.