0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[例題の為の例題] 〇 p = "13D427A567E1C";p++;で結果の正しい物は、?

0
Posted at
  • 過去ログを見よ!!!
  • arduinoでの予定は未定
  • オンラインコンパイラ

#include <iostream>
using namespace std;
int main(void){
    // Your code here!
    
    char *p;  //文字型のポインター
    
    p = "13D427A567E1C";p++;
    
    printf("%c", *p);
    
}


3

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?