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
What is .obj file in c?
regarding pointers concept
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What are the types of bitwise operator?
Can a variable be both static and volatile in c?
What is the advantage of using #define to declare a constant?
What is typedef example?
What is the g value paradox?
What are pointers in C? Give an example where to illustrate their significance.
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
how to execute a program using if else condition and the output should enter number and the number is odd only...
What are 3 types of structures?
What is the difference between malloc() and calloc() function in c language?
Why are all header files not declared in every c program?
What is scope and lifetime of a variable in c?