Answer Posted / gopi
An Array is a group of elements in a different datatype
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
What is LINKED LIST? How can you access the last element in a linked list?
What do you mean by keywords in c?
What is the meaning of c in c language?
ATM machine and railway reservation class/object diagram
What do you mean by c what are the main characteristics of c language?
What are the restrictions of a modulus operator?
What is the value of c?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is function prototype?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Describe newline escape sequence with a sample program?
What is an endless loop?
Define recursion in c.
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is memcpy() function?