what is difference between array of characters and string
Answer Posted / aqi khyber
a character is a single letter,numeral,or punctuation mark,
or other such symbol or special character while a string is
any sequence of all these different types of characters..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is int a keyword in c?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What 'lex' does?
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.
Explain how can I convert a number to a string?
What is use of #include in c?
C language questions for civil engineering
What is the use of pragma in embedded c?
What are the types of operators in c?
What are enums in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Tell me with an example the self-referential structure?
What is the data segment that is followed by c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Why pointers are used?