Answer Posted / rohit
array is a collection of similar data types.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is structure pointer in c?
What is wild pointer in c with example?
How can I ensure that integer arithmetic doesnt overflow?
What are local static variables?
What is the difference between call by value and call by reference in c?
What is an array in c?
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
Is there any possibility to create customized header file with c programming language?
What is a newline escape sequence?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
explain what is an endless loop?
What is the difference between fread buffer() and fwrite buffer()?
ATM machine and railway reservation class/object diagram
What do you mean by invalid pointer arithmetic?
What is #include stdio h and #include conio h?