Computer Science, asked by priyoshi, 1 year ago

the increment of the variable in for next statement is

Answers

Answered by Anonymous
1
the increment of the variable in for next statement is BY DEFAULT

priyoshi: by default??
Answered by Gulamkhaiber1
1
For(intilization: limitation :++/--)
ie,
For(i=0: i(this is for loop)
An other method for simple program
Int n;
Printf("enter a number") ; \that is computer ask you to give anumber/
Then you can store by using scanf...
Similar questions