- 過去ログを見よ!!!
- arduinoでの予定は未定
- オンラインコンパイラ
#include <iostream>
using namespace std;
int main(void){
// Your code here!
char *p; //文字型のポインター
p = "13D427A567E1C";p++;
printf("%c", *p);
}
3
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
#include <iostream>
using namespace std;
int main(void){
// Your code here!
char *p; //文字型のポインター
p = "13D427A567E1C";p++;
printf("%c", *p);
}
3
Register as a new user and use Qiita more conveniently
Go to list of users who liked