Answer Posted / rajkumar
(a=a-(b=(a=a+b)-b));
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What tq means in chat?
Which header file is used for clrscr?
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 are the application of void data type in c?
Who invented bcpl language?
How do you sort filenames in a directory?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What are the advantages of c language?
What are loops in c?
i want to know the procedure of qualcomm for getting a job through offcampus
What is the difference between a string and an array?
What is a substring in c?
What are different storage class specifiers in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.