Crosswords5 mins ago
to find syntactical errors
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(); }
Answers
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.