Post New Answer View All Answers
Explain the priority queues?
How will you write a code for accessing the length of an array without assigning it to another variable?
Differentiate between full, complete & perfect binary trees.
Explain enumerated types.
What is the use of putchar function?
Explain bit masking in c?
Is it valid to address one element beyond the end of an array?
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.
What is the difference between c and python?
Write a program to show the change in position of a cursor using c
How do you define a function?
What is difference between class and structure?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
what is the difference between 123 and 0123 in c?
What is cohesion in c?