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
What does s c mean in text?
Explain what does it mean when a pointer is used in an if statement?
What is omp_num_threads?
How can you find the day of the week given the date?
What is the hardest programming language?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is a built-in function in C?
Explain how do you generate random numbers in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is enumerated data type in c?
Explain what is the difference between functions abs() and fabs()?
What are the salient features of c languages?
What is the use of ?: Operator?
What is define directive?