1int array[100] = {-1}; // set first elem to -1 and the rest to 02int array[100] = {0}; // set all to 03int array[100] = {[0 ... 99]=-1}; // set the 0 to 99 (all) elements to -1
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content