November 9, 2023Question 3218 – ICTWhich is an instant messenger that is used for chatting? Correct Answer: A A Google Talk B AltaVista C MAC D Microsoft Office
November 9, 2023Theory-of-ComputationQuestion 23 Consider the following language. L = {x ∈ {a,b}* | number of a’s in x is divisible by 2 but not divisible by 3} […]
November 10, 2023Question 1670 – ProgrammingOutput of following program? #include void dynamic(int s,..) { printf(“%d”,s); } int main() { dynamic(2,4,6,8); dynamic(3,6,9); return 0; } Correct Answer: A Question 210 Explanation: ● […]
November 10, 2023Question 10012 – Calculus(a) Find the points of local maxima and minima, if any, of the following function defined in 0 ≤ x ≤ 6. x3 - 6x + […]