Unix Interview Questions

Q: How would you make the following SQL statement run faster? SELECT * FROM TABLEA WHERE COL1=’A’ AND COL2=’B’; A: ......

Read the rest of this entry »

Interview»

Creating shared & static library using gnu compiler

The code for the library calc_mean.c //#include <stdio.h> ##N(mean) double mean(double a, double b) { return (a+b) / 2; } ......

Read the rest of this entry »

OS»

Dynamically Loaded (DL) Libraries

Dynamically loaded (DL) libraries are libraries that are loaded at times other than during the startup of a program. They’re ......

Read the rest of this entry »

Tech»

  











request new questions/article: send email to freequestionbank at gmail dot com