Which will exit/hang faster and why: while(1) int ptr = (int*)malloc(100); while(1){ int ptr = (int*)malloc(100); memset(ptr, 1, 100); }
Gpu Interview Questions
171 gpu interview questions shared by candidates
Do you like to play video games?
Describe why termination is needed for CML signals
Implement a queue using two stacks. Enqueue and Dequeue
Generate Subarray from the given array.
Reverse a string.
Can you tell me how do you verify your block ?
How do you prevent the reordering of instructions, and how would you use this as a solution to the above issue?
How did you complete your task when facing a tight deadline
Convert the sorted array to balanced BST
Viewing 1 - 10 interview questions