Changing an element in a char array

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Ok. Simple question. Say I have an array:



char *choices = 
"Choice 1",
"Choice 2",
"Choice 3",
"Choice 4",
"Choice 5",
"Choice 6",
"Choice 7",
"Choice 8",
"Choice 9",
"Choice 10",
"Exit",
(char *)NULL,
;


How do I ask for input, and have that input automatically change the value of an element in that array without having to do it manually like this:



choices[1] = "345";








share

























    up vote
    0
    down vote

    favorite












    Ok. Simple question. Say I have an array:



    char *choices = 
    "Choice 1",
    "Choice 2",
    "Choice 3",
    "Choice 4",
    "Choice 5",
    "Choice 6",
    "Choice 7",
    "Choice 8",
    "Choice 9",
    "Choice 10",
    "Exit",
    (char *)NULL,
    ;


    How do I ask for input, and have that input automatically change the value of an element in that array without having to do it manually like this:



    choices[1] = "345";








    share























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Ok. Simple question. Say I have an array:



      char *choices = 
      "Choice 1",
      "Choice 2",
      "Choice 3",
      "Choice 4",
      "Choice 5",
      "Choice 6",
      "Choice 7",
      "Choice 8",
      "Choice 9",
      "Choice 10",
      "Exit",
      (char *)NULL,
      ;


      How do I ask for input, and have that input automatically change the value of an element in that array without having to do it manually like this:



      choices[1] = "345";








      share













      Ok. Simple question. Say I have an array:



      char *choices = 
      "Choice 1",
      "Choice 2",
      "Choice 3",
      "Choice 4",
      "Choice 5",
      "Choice 6",
      "Choice 7",
      "Choice 8",
      "Choice 9",
      "Choice 10",
      "Exit",
      (char *)NULL,
      ;


      How do I ask for input, and have that input automatically change the value of an element in that array without having to do it manually like this:



      choices[1] = "345";






      c array





      share












      share










      share



      share










      asked 2 mins ago









      ignatius

      12939




      12939

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476156%2fchanging-an-element-in-a-char-array%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476156%2fchanging-an-element-in-a-char-array%23new-answer', 'question_page');

          );

          Post as a guest













































































          O 4vvrLRy0SpMHGTXyhHsNAj8,i LJnyhQe ZFVKS BjxLtQfpw7b9pCR6m6BRqXt
          cqsZ6aA P6EQy0PYY9fnC rnjNhMy2,9yKpTPu55D,ftDjEZDgoz Kb

          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          How many registers does an x86_64 CPU actually have?

          Displaying single band from multi-band raster using QGIS