Answer Posted / manju
string: its an array of any number of characters:
array:"its an collection of similar data items"-in the sense
ats collection of not only charecters even we can store
numbers.....
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is null pointer in c?
Explain the difference between getch() and getche() in c?
Is linux written in c?
What is pre-emptive data structure and explain it with example?
What are the types of variables in c?
What are the 3 types of structures?
How do I create a directory? How do I remove a directory (and its contents)?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What does the && operator do in a program code?
What is #line used for?
Is it possible to pass an entire structure to functions?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Tell us something about keyword 'auto'.
What is an lvalue?
What is the right way to use errno?