Computer Science, asked by Rraftaar, 1 year ago

what is the difference between c character and c string?

Answers

Answered by SangralNeha111
1
The major different between c and c+++ is that c is a procedural programming language and does not support class and object ,while c++ is combination of both procedure and object oriented programming language therefore c+ can be called hybrid language
Answered by Khan1231
0
The difference between character C i.e.'C' and string C i. e. "C" is that -
character literal is enclosed within single quotes and string literal is enclosed within double quotes.
Similar questions