-
-
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));
-
-
-
-
-
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?
-
#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;
-
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 ->...
-
-
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
-
-
-
How do you represent a negative number in ones complement?
complement and add 1
-
What is ROM?
read only memory
-
-
-
Function Action
What action does a typical user defined signal handler functions perform?
-
Invalid Consturctor
Which constructor is invalid for class cat?
-
Languages Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans