Answer Posted / raja
an array is collection of similar data types, and it
occupies the memory in a sequence of order
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Explain how do you determine the length of a string value that was stored in a variable?
What is sizeof return in c?
What is LINKED LIST? How can you access the last element in a linked list?
Explain what is the difference between #include and #include 'file' ?
Which is the memory area not included in C program? give the reason
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What does %c mean in c?
Can an array be an Ivalue?
What is the purpose of main( ) in c language?
How can I recover the file name given an open stream or file descriptor?
How can you tell whether two strings are the same?
what is the difference between 123 and 0123 in c?
What is a pointer value and address in c?