whats the question anyway....if i can i will answer.
OpenStudy (anonymous):
I have to do a programme that prints out a matrix m x n and i have no idea how to do it
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
hartnn (hartnn):
is your doubt related to printing new line ?
because you can print numbers using printf()
OpenStudy (anonymous):
no, i did that already. But everytime i try to compile it says that i have to put something before "printf"
hartnn (hartnn):
before ?
hmm...syntax error ?
can u describe the error more ?
OpenStudy (anonymous):
one sec
hartnn (hartnn):
example code :
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
thank you so much :)
hartnn (hartnn):
what was the error u faced ?
OpenStudy (anonymous):
first it said that <studio.h> did not exist.
then it said this: 'printf' undeclared (first use this function)
Eachundeclared identifier is reported only once for each function i appears in