what is Array?
Answers were Sorted based on User's Feedback
Answer / lakshmi
it is a grouped item of consequitive memory elements with
similar type of values.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / lakshmi
Array is the group of consequitive elements with same type.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / guest
collection of element in continuous memory location
| Is This Answer Correct ? | 1 Yes | 1 No |
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
difference between c and c++
Explain is it valid to address one element beyond the end of an array?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What are Macros? What are its advantages and disadvantages?
difference between c and c++?
write a program to compare 2 numbers without using logical operators?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,