pgm to find any error in linklist(in single linklist check
whether any node points any of previous nodes instead of
next node)


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain what are multidimensional arrays?

0 Answers  


What is #include conio h?

0 Answers  


Write a program to find minimum between three no.s whithout using comparison operator.

4 Answers   IBM,


What is the purpose of the statement: strcat (S2, S1)?

0 Answers  


What are the 3 types of structures?

0 Answers  






what is the role you expect in software industry?

0 Answers   HCL,


What is operator precedence?

0 Answers  


write a program fibonacci series and palindrome program in c

0 Answers   Aditi Placement Service,


How do we open a binary file in Read/Write mode in C?

0 Answers   Alter,


Diff between for loop and while loop?

2 Answers   TCS,


WHAT IS PRE POSSESSORS?

6 Answers   TATA,


The purpose of this exercise is to benchmark file writing and reading speed. This exercise is divided into two parts. a). Write a file character by character such that the total file size becomes approximately >10K. After writing close the file handler, open a new stream and read the file character by character. Record both times. Execute this exercise at least 4 times b). Create a buffer capable of storing 100 characters. Now after generating the characters, first store them in the buffer. Once the buffer is filled up, store all the elements in the file. Repeat the process until the total file size becomes approximately >10K.While reading read a while line, store it in buffer and once buffer gets filled up, display the whole buffer. Repeat the exercise at least 4 times with different size of buffer (50, 100, 150 …). Records the times. c). Do an analysis of the differences in times and submit it in class.

0 Answers  


Categories