Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

need help solving it;

1 vue (au cours des 30 derniers jours)
abeer hafeez
abeer hafeez le 3 Avr 2022
Clôturé : Cris LaPierre le 3 Avr 2022
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 commentaire
Torsten
Torsten le 3 Avr 2022
This is C code.
You are in a MATLAB forum ...

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by