diff --git a/19EC10007_a6p2.c b/19EC10007_a6p2.c new file mode 100644 index 0000000..3d36bc5 --- /dev/null +++ b/19EC10007_a6p2.c @@ -0,0 +1,109 @@ +//Name: Animesh Jha +// Roll Number: 19EC10007 +// Present Address Delhi +#include +#include +#include +#include +#define NROOMS 10 +void genDoors(int A [][NROOMS]) +{ + for(int z=0;z1) + C[z][x]=1; + } + } +} +void copyConn(int B[NROOMS][NROOMS], int A[NROOMS][NROOMS]) +{ + for(int z=0;z +using namespace std; +int main() +{ + cout<<"hello"<