Question 45 Dynamic linking can cause security concerns because A Security is dynamic B The path for searching dynamic libraries is not known till runtime C […]
Question 878 Consider the following schema : Sailors(sid,sname,rating,age) Boats(bid,bname, colour) Reserves(sid,bid,day) Two boats can have the same name but the colour differentiates them. The two relations […]
Question 14 The grammar A → AA | (A) | ε is not suitable for predictive-parsing because the grammar is: A ambiguous B left-recursive C right-recursive […]