what is difference between array of characters and string
Answer Posted / guest
in char array space are not allowed means part after space
not consider but in string it is allowed
| Is This Answer Correct ? | 31 Yes | 26 No |
Post New Answer View All Answers
What is a function simple definition?
When should the volatile modifier be used?
What is the use of a semicolon (;) at the end of every program statement?
What is the maximum length of an identifier?
What is getch() function?
Why c is known as a mother language?
What does *p++ do?
What is #line used for?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Should I learn c before c++?
When the macros gets expanded?
What is an array? What the different types of arrays in c?
What are the two forms of #include directive?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What is s or c?