what is difference between array of characters and string
Answer Posted / ashish pandey
String is a group of character and it is used double
quatation(""), but array of stringis used single
quatation('').
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
how to find anagram without using string functions using only loops in c programming
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.
Explain the difference between ++u and u++?
How do you view the path?
Tell me what are bitwise shift operators?
How can I find out how much free space is available on disk?
How do I get an accurate error status return from system on ms-dos?
Can you please explain the difference between malloc() and calloc() function?
What is the meaning of ?
Why are all header files not declared in every c program?
Why n++ execute faster than n+1 ?
What is main () in c?
Explain bit masking in c?
what will be the output for the following main() { printf("hi" "hello"); }
Explain what is the advantage of a random access file?