Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

need help solving it;

조회 수: 2 (최근 30일)
abeer hafeez
abeer hafeez 2022년 4월 3일
마감: Cris LaPierre 2022년 4월 3일
good day , i have 2 questions related to programs , if anyone knows please tell me , it`s my exam.
1-Trace the error from the given code.
void main()
{
char ch;
printf(“%c:, ch);
puts(90);
}
2-Trace the output of the given code? 3
main()
{
int m= –700, n = –800, p, q;
q= – m;
p = – n;
printf(“%d \n %d \n %d”, q, n, p);
}
thes are two of my questions.
  댓글 수: 1
Torsten
Torsten 2022년 4월 3일
This is C code.
You are in a MATLAB forum ...

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by