Asked by jessica Musgrave on May 22, 2024

verifed

Verified

Messages are known as ____ in C.

A) characters
B) text
C) banners
D) strings

Strings

Sequences of characters representing textual data.

Messages

Messages are pieces of information or instructions sent between programs, processes, or devices to trigger actions or convey data.

  • Understand the basic concepts and terminology used in programming languages.
verifed

Verified Answer

AC
Areli CarrilloMay 28, 2024
Final Answer :
D
Explanation :
In C programming, sequences of characters are referred to as strings. These are used to handle text in the program.