-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hacktoberfest 2023 #1244
Labels
wontfix
This will not be worked on
Comments
Helllo @17AnuragMishra , i want to work on this issue. kindly assign me. |
How to run this project locally? |
execute the following code in your git bash terminal: git clone {the url of the repo} |
/assign |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fill up only the relevant details and skip or remove the rest.
Prerequisites
Please answer the following questions for yourself before submitting an issue.
YOU MAY DELETE THE PREREQUISITES SECTION.
Matrices-multiply-program-in-c-is-missing.
//here is the code-
#include<stdio.h>
int main(void)
{
int i, j, k, p, q, m = 0, n = 0, final = 0;
int fst[m][n], sec[m][n], mul[m][n];
}
The text was updated successfully, but these errors were encountered: