Company: Qualcomm_6thaug
Difficulty: medium
What will be the position of TOP when there is only one element in the stack?
What will be the output of the program given below? (C code involving pointer arithmetic on int soft[5] = {12, 14, 15, 18, 20})
Which mechanism prevents deadlock when multiple tasks require shared resources?
Which of the given options is true about the singly linked list?
What will be the output of the program given below? (C code involving char a=1, b=-1 and logical OR short-circuiting)
What will be the output of the program given below? (C code involving add(int *p) with loop i > 5 and ad(char *s))
How many addresses will a computer have if it uses 16 bits to specify the address in a RAM?
What will be the output of the program given below? (Recursive bitwise function fun(5, 4))
Consider an array 'T' as given below T: 76 23 09 78 91 28 36. What will be the array after three passes of bubble sort if T is sorted in ascending order?