|
Q.question1 ok |
|
IASaspirants |
10 weeks 3 days ago |
|
|
Q.question1 ok |
|
IASaspirants |
10 weeks 3 days ago |
|
|
Q.question1 ok |
|
IASaspirants |
10 weeks 3 days ago |
|
|
Q.Is there a performance difference between the following two queries applied on the table below?... |
|
manager |
15 weeks 2 days ago |
MySQL |
|
Q.How can you force MySQL to full scan a table (meaning force MySQL to ignore all indexes and... |
|
manager |
15 weeks 2 days ago |
MySQL |
|
Q.The main function parameter named argv is a pointer to an array. Hence, all pointers arithmetic... |
C language Chapter 5 |
manager |
31 weeks 2 days ago |
argv, pointer arithmetic |
|
Q.In ANSI C, we can't control the way the array is allocated and we can't be sure that the array... |
C language Chapter 5 |
manager |
31 weeks 2 days ago |
Array allocation |
|
Q.What is the output of the following code:
#include <stdio.h>
void m(int argc, char *argv... |
C language Chapter 5 |
manager |
38 weeks 4 days ago |
main, redefinition |
|
Q.The switch statement is a multi-way decision that tests whether an expression matches one of a... |
C language chapters 2 and 3 |
manager |
38 weeks 4 days ago |
integer, switch |
|
Q.What is the following statement do?
x = *ip++; |
C language Chapter 5 |
manager |
40 weeks 4 days ago |
associativity, increment, Pointer, precedence |