-
Read Heterogenous Linklist
While creating a heterogenous linklist we know that we use void pointer. But when we need to read the information, How will you do it? How will you figure out to what datatype does the data belong to?
-
-
How to Retrieve the Hidden Field Value
How to retrieve the value of hidden filed in one page from another
-
Arrays Vs Linked List
Among arrays and linked list, which one is easiest to imlement and why?
-
Where data abstraction used ?
can you please explain the oops concepts with example program? like in which place data abstraction is used?
-
Programming in C
Define data type NodeCD, declare 100 variables of CD1 & access data?
Transfer function
Relationship between transfer function and homogeneous solution
Code switching and code mixing
What is the difference between code switching and code mixing?
Macro Usage
Why macro cannot be used in place of inline function?
Iterative Algorithm
Design an iterative algorithm to traverse a binary tree represented in two dimensional matrix
Linked list in java
How to implement reverse linked List using recursion?
C program to print the information from each node in reverse order.
Write a C program to print the information from each node in reverse order in doubly linked list, in which pointer to last node is TAIL.
GetInstance()...
Please, can anybody answer me that when to use getInstance() and which class having getInstance(),I could not find that method in class Class also.
How to remove some keys in ArrayList
Hi.
This a class Employee containes eid and ename are datamembers. when these employee class objects are stored in arrary list
i want to remove eid containes 100 and 1000
plz replay to meWhat is the best case running time for insertion sort?
Select one:
O(n)
O(log n)
O(n²)
O(n log n)Express the formula (logn + 2)*(n - 1) using big-O notation:
Select one:
O(n)
O(n²)
O(nlog n)
None of the above
Ans