Write a program that to concatenate the above two names. Display all the arrays on console. The s of concatenated array full_name will be 20. See the final array below;

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
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
Transcribed Image 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
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Passing Array as Argument
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education