Tuesday, 12 June 2018

Link List

True/False
1.  Binary search can be easily performed on a linked list.

No comments:

Post a Comment

ch-12 File Handling

Mcq 1. What does fp point to in the program?   #include<stdio.h> int main() {   FILE *fp;   fp=fopen("trial",...