If you are using C language to implement the heterogeneous
linked list, what pointer type will you use?
Answer Posted / ajay vikram
The heterogeneous linked list contains different data types in its nodes and we need a link, pointer to connect them. It is not possible to use ordinary pointers for this. So we go for void pointer. Void pointer is capable of storing pointer to any type as it is a generic pointer type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how strcpy usingrecursive function
why multiple inheritence concept is not supported in c#?
discuss the conditional formatting and advanced filtering features in MS-Excel with suitable example
i want to knw about what is lead,survey, oppertuinty , questionary,sales order,quotation,marketng conecpts in deatil and how it works in SAP CRM. Please send to my email- id as soon as possible. Thanks in Advance . :) nimi.nimisha1@gmail.com
please provide me the type of questions or question pattern of bally.
how much lighting lux need for a common walking area at night time
What is spooling and buffering?
Hi I want to know how API gravity has been come up with in Oil Industry, especially figures in the following formula: API=(141.5/SG)-131.5
what is the difference b/w "print" and "sprint" in sql?
Box 1 cotain odd value X or Y the box 2 =X i.e 7 or 12 box 3= Y has value 19 if X is 7 or 31 if x is 12 get even value X or Y Use any operator steps allowed 3.
write an algorithm in O(n) time for finding the kth smaalest element form an array of n elements , where n and k are entered by user
what is the class of generator A b & c
What is the main difference between binary and counting semaphore?
95) func(a,b) int a,b; { return( a= (a==b) ); } main() { int process(),func(); printf("The value of process is %d ! ",process(func,3,6)); } process(pf,val1,val2) int (*pf) (); int val1,val2; { return((*pf) (val1,val2)); please help me in detail ....with flowchart
How to write a test case for an extra Commerce website can any one tell this with the help of a table