Consider the following variable declarations and definations in C . (i) int var _ 9 =1 ; (ii) int 9 _ var =2; (iii) int + =3; Choose the correct statement w.r.t above variables.
For a given integer, which of the following operators can be used to 'Set' and 'reset ' a particular bit respectively?
Let x be an integer which can take a value of 0 or 1. The statement if (x == 0) x =1 ; else x =0 ; is equivalent to which one of the following ?
which of the following is not a stable sorting algorithm in its typical implementation?
You have to sort 1 GB of data with only 100 MB of available main memory. Which sorting technique will be most appropriate ?
Randomized quick sort is an extension of quicksort where the pivot is chosen randomly. what is the worst case complexity of sorting a numbers using randomized quick sort?
In UNIX, processes that have finished execution but have not yet had their status collected are known as
which of the following UNIX command allows scheduling program to be executed at the specifics time?
which of the following is programming helps you to learn Android programming.
Which tool could be used for detecting vulnerability through SQl Injection?
Which of the following is not a standard synchronous communication protocol?
Which of the standard protocol for network management features?
How many pairs of stations can simultaneously communicate on Ethernet LAN?
A path for carrying signals between a source and a destination is know as
In SQL, the ___ command is used to recompile a view.
which of the following requires the most time in SDLC?
which of the declaration is correct?
POP3 is a protocol for
Which sever can you use to dynamically assign IP addresses to the PC s in a LAN?
The operator that cannot be overloaded is
which of the following is the destructor for the class Vehicle?
An n x a array v is defined as follows : v [i,j] = i.j for all i. j 1 < = i < = n ,i < j =n.
The maximum number of binary trees that can be formed with three unlabeled nodes is :
what is the time complexity of Huffman Coding?
which of the following operator functions cannot be global , ie. must be a number function.
which of the following is not an operator in java?
which function overloads the>> operator?
what is the output of the following code? Print 9//2
which of these is not a core data type?
Which of the following function convert a string to a float in python ?
which of the following process scheduling algorithm may lead to starvation ?
The maximum number of processes that can be in Ready state for a computer system with n CPUs is
which of the declaration is correct ?
which of the following TCP/IP addresses constitute the loopback address?
The maximum number of binary trees that can be formed with three unlabeled nodes is:
Suppose a C program has floating constant 1.414, what's the best way to convert this as 'float' data type?
In UNIX, the login prompt can be changed b changing the contents of the file
Find the out put of the following Java code line: