The correct answer is B
Which web technology allows web pages to adapt to different screen sizes and devices?
What is the purpose of an index in a database?
The Poisson distribution is typically used to model:
What will be the output of the following code snippet?
int num = 10;
int *ptr = #
printf("%d", *ptr);
What is the primary purpose of synchronization in an operating system?
What is the purpose of encryption in cybersecurity?
In relational algebra, which operation is used to combine two relations and eliminate duplicate rows?
Which algorithm is commonly used for collaborative filtering in recommendation systems?
Trace the output int main() { int a=12,b=39; printf ("%d",a&b); return 0; }
Which of the following is a key benefit of using virtual memory?