Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is Array?

Answers were Sorted based on User's Feedback



what is Array?..

Answer / lakshmi

it is a grouped item of consequitive memory elements with
similar type of values.

Is This Answer Correct ?    7 Yes 0 No

what is Array?..

Answer / lakshmi

Array is the group of consequitive elements with same type.

Is This Answer Correct ?    7 Yes 2 No

what is Array?..

Answer / guest

collection of element in continuous memory location

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

how to write a program which adds two numbers without using semicolon in c

2 Answers  


Write a program to find the smallest and largest element in a given array in c language

11 Answers   Microsoft, Vembu,


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"

6 Answers   IBM,


#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


How pointers are declared?

0 Answers  


Can the “if” function be used in comparing strings?

0 Answers  


Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

4 Answers   Accenture,


What are the similarities between c and c++?

0 Answers  


what are the different storage classes in c?

0 Answers   TCS,


WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES

1 Answers  


string reverse using recursion

0 Answers   Mind Tree,


Categories