Answer Posted / rajendiran
pointer is address of the variable and identified the
variable location. if the pointer used to avoid the memory
wastage....
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Is there any demerits of using pointer?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is the use of define in c?
Is return a keyword in c?
Is linux written in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What does the format %10.2 mean when included in a printf statement?
What is malloc return c?
why wipro wase
When c language was developed?
What are the advantages of using new operator as compared to the function malloc ()?
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 was c created?