December 30th, 2012, 09:24 AM
-
Need urgent help
hi i need program for below mentioned output in C programming . Plz give me programm for this. this is dam urgent. pleeeeezzzzz :confused: :confused: :confused:
Output
0 6 6 60 20 210 42..
thanks in advance
December 30th, 2012, 09:50 AM
-
Code:
#include <stdio.h>
int main (void) {
printf("0 6 6 60 20 210 42\n");
return 0;
}
December 30th, 2012, 09:59 AM
-
need help
hey thanks requinix !
bt ithink i couldn't explain my question. sorry for the same.
there is somthing logic in that output i.e 0 6 6 60 20 210 42...
i dont want to just print it. can i achive this with loop or array or with what? this is my question.
sorry for confusion.
thanks in advance :)