1. Null function is also known as a. Anonymous Function b. Generic Function c. Void Function d. Null operator Ans.D 2. ...
Showing posts with label Amcat Computer Programming. Show all posts
Showing posts with label Amcat Computer Programming. Show all posts
Amcat Computer Programming Question 2
11. I n an implementation of a linked list, each node contains data and address. Which of the following could the address field possib...
Amcat Computer Programming Question 3
21. Which of the following sorting algorithm yield approximately the same worst-case and average-case running time behaviour in O (n lo...
Amcat Computer Programming Question 4
31. Consider the following: Class rocket { Private: integer height,weight public: //statement 1 ...
Amcat Computer Programming Question 5
41. A data type is stored as an 6 bit signed integer. Which of the following options cannot be represented by this data type? Option 1...
Amcat Computer Programming Question 6
51. How many pointers will have to be changed when a new node is to be added in a linear linked list in the middle? A. 0 ...