Recent content by NAKUL_6

  1. N

    Write a C/C++ program to take an array as input from user. Now insert a new element at any specified position by user and disp

    MERGED QUESTION Question from NAKUL_6 : "Develop and execute a program to read two matrices A (M x N) and B (P x Q) and to compute the product of A and B if the matric" Develop and execute a program to read two matrices A (M x N) and B (P x Q) and to compute the product of A and B if the...
  2. N

    Write a C/C++ program to take an array as input from user. Now insert a new element at any specified position by user and disp

    Write a C/C++ program to take an array as input from user. Now insert a new element at any specified position by user and display the new array. For example, the user entered an array 2, 4, 6, 2, 4, 8,9. Display this array on output screen. Now insert a new element say, 5 at 4th position so the...