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 self refrential structure

Answer Posted / ambar

whenever a structure calls itself during execution it is
known as a self referential structurte

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1644


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

1278


What is data type long in c?

1116


Where are c variables stored in memory?

1134


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

2019


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

1292


How can I sort a linked list?

1085


In a byte, what is the maximum decimal number that you can accommodate?

1197


What is the difference between class and object in c?

1240


What are the advantages of using macro in c language?

1190


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

2388


How do I copy files?

1107


Explain about the functions strcat() and strcmp()?

1093


How reliable are floating-point comparisons?

1150


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

2129