-
Binary Tree Node Data Structure
Explain What is a node data structure Write a function such that the node data structure to visit all of the nodes in a binary tree?
-
Memory Reservation
How is memory reserved using a declaration statement?
-
Forest Data Structure
What is forest data structure? How is it useful?
-
Linked List
Write a program of Linked List using pointers.
-
Deleting Data Elements
Which data structure allows deleting data elements from front and inserting at rear?a. Stacksb. Queuesc. Dequesd. Binary search tree
-
-
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?
Ans