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 / prem

array is group of elements

Is This Answer Correct ?    0 Yes 1 No

what is array?..

Answer / celisty aragon

is a systematic arrangement of objects, usually in rows and
columns.

Is This Answer Correct ?    0 Yes 1 No

what is array?..

Answer / gunasekhar

array is an collection of elements with diff data type

Is This Answer Correct ?    67 Yes 111 No

Post New Answer

More C Interview Questions

Write a program for finding factorial of a number.

0 Answers   Tech Mahindra,


how to swap 2 numbers in a single statement?

3 Answers  


What are enums in c?

0 Answers  


In c programming language, how many parameters can be passed to a function ?

0 Answers  


how to print this pyramid * * * * * * * * * * * * *

2 Answers  


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

0 Answers   Wilco,


I have seen function declarations that look like this

0 Answers  


c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  


can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).

1 Answers  


write a c program to calculate sum of digits till it reduces to a single digit using recursion

0 Answers   IBM,


What is difference between static and global variable in c?

0 Answers  


Explain in detail how strset (string handling function works )pls explain it with an example.

1 Answers  


Categories