- Q Which is known as 'Rock Cotton'?
- Q What does dependency analysis mean in AB Initio?
- Q Why have you changed jobs so frequently?
- Q What is "Common Language Specification" (CLS)?
- Q What is a meeting workspace?
- Q What are macro libraries?
- Q How To Load Data Files into Tables with "mysqlimport"?
- Q What is cookie less session? how it works?
-
Q
What¡¯s the output of the following program? Why?
#include
main() { typedef union { int a; char b[10]; float c; } Union; Union x,y = {100}; x.a = 50; strcpy(x.b,"hello"); x.c = 21.50; printf("Union x : %d %s %f ",x.a,x.b,x.c ); printf("Union y :%d %s%f ",y.a,y.b,y.c); } Given inputs X, Y, Z and operations | and & (meaning bitwise OR and AND, respectively) What is output equal to in - Q The currency of the country.
- Q What is anonymous method?