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...

IS STRUCTURES CAN BE USED WITHIN AN ARRAY?

Answer Posted / biranchi parida

generally in turbo c++ 3.0 to above version it can't
possible but possible if we declared float linking point
declaration
in such way globally after header file
float a,*b;
b=&a;
after this declaration structure can take array

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the importance of c in your views?

1237


What is the purpose of clrscr () printf () and getch ()?

1112


Can you write a programmer for FACTORIAL using recursion?

1100


What is extern storage class in c?

1055


Can we change the value of static variable in c?

1077


Can we initialize extern variable in c?

1184


What do you mean by command line argument?

1227


What are the types of data files?

1252


Explain what is gets() function?

1118


Differentiate between declaring a variable and defining a variable?

1090


What are actual arguments?

1156


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

2242


What is this pointer in c plus plus?

1138


What are the applications of c language?

1123


How do you generate random numbers in C?

1246