Answer:
The correct answer is C "Computer Virus"
Explanation:
Computer virus is a piece of code that install itself in a computer without the knowledge and permission of the user and start replicating itself and as it execute it self also start damaging the computer files.
Computer virus have ability to replicate itself and it attached to files and move from one computer to another with these files when files are transferred.
Answer:
The correct answer for the given question is "true".
Explanation:
Yes delete is a verb in a database table because it perform the action it means it will delete the data or record from a database table .The SQL query of delete is
Delete from tablename ;
For example :delete name from student;
In this query name will deleted from student table this action will be performed by delete query so we conclude that delete is a verb.
Answer:
Hence the correct option is option a) define both structures and then create a data member of the nested structure type within the other structure.
Explanation:
To make Address nested to Employee, we've to define Address structure before and out of doors Employee structure and make an object of Address structure inside Employee structure.
For example, we may need to store the address of an entity employee in a structure.
Answer:
Hold on just a second I will be giving soon,