what is difference between array of characters and string
Answer Posted / varsha vilas kalebag
aaray is nothing but set of data type
string is nothing but group of character
| Is This Answer Correct ? | 34 Yes | 55 No |
Post New Answer View All Answers
How do I convert a string to all upper or lower case?
What is the difference between NULL and NUL?
Why is c fast?
What is realloc in c?
Write a program for Overriding.
What are the Advantages of using macro
What is a macro, and explain how do you use it?
write a program fibonacci series and palindrome program in c
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What happens if a header file is included twice?
Why is it important to memset a variable, immediately after allocating memory to it ?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
How main function is called in c?
Write the syntax and purpose of a switch statement in C.
How to compare array with pointer in c?