Answer Posted / pavan kumar
The developer Bjarne Stroustrap called it first as
" C with Classes " and later in the year 1983, they changed
the name to " C++" finally.....
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is ambagious result in C? explain with an example.
How can I run c program?
What are the 5 types of organizational structures?
How do I read the arrow keys? What about function keys?
Who developed c language and when?
What is table lookup in c?
Do you know null pointer?
Explain what is the benefit of using enum to declare a constant?
Explain zero based addressing.
What oops means?
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.
How can this be legal c?
When was c language developed?
Suggesting that there can be 62 seconds in a minute?