what is difference between array of characters and string
Answer Posted / rayees ahmad
we can stoore set of names in string,but can store only
charcter's in array
| Is This Answer Correct ? | 10 Yes | 36 No |
Post New Answer View All Answers
What is property type c?
What are the key features in c programming language?
Why main is used in c?
What are unions in c?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is a stream water?
What language is windows 1.0 written?
Explain can static variables be declared in a header file?
How to draw the flowchart for structure programs?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is the difference between text and binary modes?
What is assignment operator?
How are portions of a program disabled in demo versions?
When a c file is executed there are many files that are automatically opened what are they files?
Write a factorial program using C.