Answer Posted / prasad rokkam
An array is a collection of elements or group of elements, which belongs to same datatype.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we declare variable anywhere in c?
Why does everyone say not to use gets?
Can two or more operators such as and be combined in a single line of program code?
What is methods in c?
What is a newline escape sequence?
What is pointers in c with example?
What is far pointer in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is call by reference in functions?
What is a const pointer?
given post order,in order construct the corresponding binary tree
What does the error message "DGROUP exceeds 64K" mean?
What is c++ used for today?
What is extern keyword in c?