Math, asked by pradeepkumaramirapu7, 2 months ago

What will be the output of following program?
Set Character aray cz{A,'B', 'C', 'D'}
Set Character resulEc|131
display result
[2 Marks]​

Answers

Answered by parasgurjar
1

Answer:

A) String is a new Data Type in C

B) String is an array of Characters with null character as the last element of array.

C) String is an array of Characters with null character as the first element of array

D) String is an array of Integers with 0 as the last element of array

Similar questions