0
For(int i=0;i<n;i++) is this possible in c language. What type of error it will give?
Declaration inside for loop
3 Respostas
+ 2
yes it's possible.
it's valid, so no type of error.
0
There is an error in the output
0
Arjun T Raju post the code you wrote.