Answer:
The risk is a buffer overflow.
Explanation:
Whatever the user passes as a command line argument, will be copied into the buffer. If the user passes more than 499 characters, the end of the buffer will be overwritten.
To solve it, compare the string length of argv[1] to 500 before copying, or even better, start using the new strcpy_s( ) function.
Answer:
a.True.
Explanation:
A throw statement is used to throw an exception from inside the method.Whenever the throw statement is encountered by the compiler and after that when it is executed the execution of the currently executing method is stopped and it returns back to caller.
There is also a keyword Throws which is used to tell the compiler that the method may throw one or more exceptions.
Hence we conclude that the answer is True.
Answer:
false is the answer okkkkkkkkkkkkkkkk
Answer: In external hashing the hash table is in disk where each slot of the page table holds multiple entries which refers to pages on the disk organised in the form of buckets.
B-trees are self balancing trees which contains sorted data and allows insertion, deletion, traversals
Traversal is the process of visiting the nodes of the tree data structure.
Explanation:
External hashing is different from internal hashing and it refers to concepts in database management systems. Internal hashing stores only single record maintained in page table format, whereas external hashing holds multiple entries.
B-trees are generalisation of binary trees where it can have more than 2 children.
Traversal of trees helps in insertion, deletion, modification of nodes in tree data structure
Answer:
it is i got in troble for playing it so much lol
Explanation:
sorry for the spelling