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 |
What is dynamic variable in c?
wat s the meaning of (int *)p +4;
Give the rules for variable declaration?
Diff between for loop and while loop?
how to find the largest element of array without using relational operater?
write a program to rearrange the array such way that all even elements should come first and next come odd
main is a predefined or user define function if user defined why? if predefined whay?
What are the different properties of variable number of arguments?
What is switch in c?
the question is that what you have been doing all these periods (one year gap)
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.