Computer Science, asked by TbiaSupreme, 1 year ago

We cannot manipulate the characters as numbers in C. State whether the statement is True (or) False And Justify it

Answers

Answered by aqibkincsem
0

The statement is False.

Character Variables: C only comprise the  concept that depends on  numbers and characters.

It is  surprising learn while programming who learnt  beginner's language like  BASIC that C has no understanding of strings but a string is basically  an array of characters and C does have a concept of arrays.

To declare a variable character keyword is char. - A single character stored in one byte. For example: char c; To assign, value of  character in a char data type is easy - a character variable is just a symbol.

For example, if c is a char variable you can store the letter A in it using the following C statement: c='A'. Notice that you can only store a single character in a char variable.

Answered by Anonymous
3
heya......

answer is
========

this statement is false as C only comprises tje concept that depends upon the numbers and characters.

========
hope it helps ^_^
Similar questions