AMCAT Computer Programming-5
3:24 AM | Comments (0)
41. A data type is stored as an 6 bit signed integer. Which of the following options cannot be represented by this...
AMCAT Computer Programming-4
3:20 AM | Comments (0)
31. Consider the following: Class rocket { Private: integer height,weight public: //statement 1 function input(int a,int b) {...
AMCAT Computer Programming-3
3:18 AM | Comments (0)
21. Which of the following sorting algorithm yield approximately the same worst-case and average-case running time behaviour in O (n log n)?...
AMCAT Computer Programming-2
3:07 AM | Comments (0)
AMCAT COMPUTER PROGRAMMMING (PAPERS)-2 11. In an implementation of a linked list, each node contains data and address. Which of the following...
AMCAT Computer Programming-1
3:06 AM | Comments (0)
AMCAT COMPUTER PROGRAMMMING (PAPER)-1 1. Null function is also known as a. Anonymous Function b. Generic Function c. Void Function d. Null operator Ans.D...