condition.. don't use interception or vector because I am a beginner so make the program only beginner level.) Question 1 Question 2 Question 3 Task 3. Declare and initialize two array of size 10 with...


condition.. don't use interception or vector<br>because I am a beginner so make the<br>program only beginner level.)<br>Question 1<br>Question 2<br>Question 3<br>Task 3. Declare and initialize two array of size 10 with the characters as shown below.<br>first_name[10]<br>A<br>y<br>a<br>10<br>second_name[10K<br>h<br>\0<br>a<br>Write a program that to concatenate the above two names. Display all the arrays on console. The siz<br>of concatenated array full_name will be 20. See the final array below;<br>full_name[20] Ai y|a |Kha|n |10<br>Task 4. Declare and initialize an array of size 20 with the characters as shown below.<br>|full_name[20] a B %| / |1|sh^|5 3 # hs Y|% @|2 8 10<br>Write a program that to separate integers, alphabets (small and capital), and special characters in<br>separate arrays.<br>Output:<br>integers[]<br>| 1532 8 \0<br>alphabets[] a B vs<br>h|h |sY \0<br>Special_characters %|/|^ # | %| @ \0<br>Task 5. Create a program that deletes the spaces from the<br>array. Example:<br>Sentence[30] ||<br>a m<br>Muha M mAd<br>Asad \O<br>After deletion:<br>Sentence[30]li am Mu<br>a MmA<br>dASad \0 | \0 | \O<br>

Extracted text: condition.. don't use interception or vector because I am a beginner so make the program only beginner level.) Question 1 Question 2 Question 3 Task 3. Declare and initialize two array of size 10 with the characters as shown below. first_name[10] A y a 10 second_name[10K h \0 a Write a program that to concatenate the above two names. Display all the arrays on console. The siz of concatenated array full_name will be 20. See the final array below; full_name[20] Ai y|a |Kha|n |10 Task 4. Declare and initialize an array of size 20 with the characters as shown below. |full_name[20] a B %| / |1|sh^|5 3 # hs Y|% @|2 8 10 Write a program that to separate integers, alphabets (small and capital), and special characters in separate arrays. Output: integers[] | 1532 8 \0 alphabets[] a B vs h|h |sY \0 Special_characters %|/|^ # | %| @ \0 Task 5. Create a program that deletes the spaces from the array. Example: Sentence[30] || a m Muha M mAd Asad \O After deletion: Sentence[30]li am Mu a MmA dASad \0 | \0 | \O

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here