我試圖提示用戶輸入兩個整數,然後打印這兩個整數的總和。我已經想出瞭如何打印一個整數n,但我不能打印第二個整數m。 當我運行此代碼時,它按預期工作,除了它只打印n的值。 以下是具體步驟和我的代碼: /* 1. Prompt the user to enter an integer
* 2. Read an integer from the keyboard into memory
* 3. Pr
例如 extern int addfunction(int,int);
main(){
int a=5,b=6,z;
z=addfunction(a,b);
printf("%d",c);
}
調用addFunction()確定指標文件中像 .global addfunction
addfunction:
@ value a will be in R0 & R1 resp