- 1
what is string ? in c
9 Answers
+ 6
No, it means that it can contain both numbers and characters (sequence).
+ 6
Yes. (ints can hold only numbers and chars can hold only one character though.)
+ 5
A sequence of characters
+ 5
string "characters454"
char "a"
int 1
+ 3
c has not string because is not OOP !but string in c++ is available
and string is a class !not a primary data type
+ 2
In C, string is an array of characters ending with special char '\0' that represents end of string.
+ 1
give example pls
+ 1
as variable!
+ 1
thanks. for your kindness