if the area was hit by a virus and so the decrease in the
population because of death was x/3 and the migration from
other places increased a population by 2x then annually it
had so many ppl. find our the population in the starting.
Answer Posted / srk
2
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What language is windows 1.0 written?
Differentiate between Macro and ordinary definition.
Can we use any name in place of argv and argc as command line arguments?
What is a void pointer? When is a void pointer used?
What are different storage class specifiers in c?
What are the scope of static variables?
How do you determine the length of a string value that was stored in a variable?
What is the difference between strcpy() and memcpy() function in c programming?
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 right type to use for boolean values in c? Is there a standard type?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What is c preprocessor mean?
What are pointers in C? Give an example where to illustrate their significance.
What are the valid places to have keyword “break”?
what do you mean by enumeration constant?