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
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Where static variables are stored in c?
What is context in c?
Explain 'bus error'?
Define circular linked list.
What is structure data type in c?
What is difference between structure and union?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is identifier in c?
What is meant by errors and debugging?
What is the difference between printf and scanf )?
Sir i need notes for structure,functions,pointers in c language can you help me please
Why c is procedure oriented?
What is #ifdef ? What is its application?