-
-
What is ROM?
read only memory
-
How do you represent a negative number in ones complement?
complement and add 1
-
-
-
Modern RDBMS perform the following the following function except ___________.
a) Force column values in one table to match any of the values in a column of another table b) Automatically replicate data on another server c) Automatically create new indexes based on query history d) Prevent unauthorized users from accessing data at the first level
-
-
Which of the following best explains life cycle of Defect ?
a) Defect Found -> Defect Logged -> Defect Debugged -> Defect Closed -> Defect Rechecked b) Defect Found -> Defect Debugged -> Defect Reported -> Defect Rechecked -> Defect Closed c) Defect Debugged -> Defect Found -> Defect Closed -> Defect Reported -> Defect Rechecked d) Defect Found -> Defect Logged -> Defect Debugged -> Defect Rechecked ->...
-
#include <iostraem> Referring to the sample code above ,which of the following could you use to make the standards I/O Stream classes accessible without requiring the scope resolution operator ?
A) using namespace std::iostream b) using namespace std; c) using namespace iostream ; d) using iostream;
-
File System Find Command
What is the major expressions used with find command to select file which has been accessed more than 375 days ago?
-
-
-
-
-
Which one of the following statements allocates enough space to hold an array of 10 integers that are initialized to 0 ?
A) int *ptr = (int *) calloc(10,sizeof(int)); b) int *ptr = (int *) alloc( 10*sizeof(int)); c) int *ptr = (int *) malloc( 10*sizeof(int)); d) int *ptr = (int *)calloc(10*sizeof(int));
-
-
PERL Data Types
What are the fundamental data types in PERL?
-
Which one of the following represents a correct and safe declaration of NULL ?
a) typedef((void *)0) NULL; b) typedef NULL(char *)0; c) #define NULL((void *)0) d) #define NULL((char*)0)
-
Memory Managment
What are the desirable attributes for memory managment?
-
Languages Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans