Donate SIGN UP

to find syntactical errors

Avatar Image
shandilya | 14:50 Sun 24th Oct 2004 | Technology
4 Answers
#include<iostream.h> main() { int Ch=9,Sch=90; char S[2,2]; if Ch<=9 cout<<Ch; for(int x=0;x<2;x++) for(int y=0;y<2;y++) { if(y==0)S[x][y]="A"; else S[x][y]='B'; cout>>S[x][y]; } getch(); }
Gravatar

Answers

1 to 4 of 4rss feed

Best Answer

No best answer has yet been selected by shandilya. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
???????????????
I`ll second that
 enjoy your stay on planet earth
and you point is...? so what, you can program. you wanna medal!?

1 to 4 of 4rss feed

Do you know the answer?

to find syntactical errors

Answer Question >>