-
-
-
What is the entry in your .kshrc or .profile that will save up to last 200 commands in a history list?
Assuming you have the environment variable ENV=.kshrc set, What is the entry in ur .kshrc or .profile that will save up to ur last 200 commands in a history list? A) HISTSIZE=200 B) Set history 200 C) HISTORY=200 D) Setenv history 200
-
-
-
-
-
-
-
-
-
-
WIPRO Technical Interview
main() { int a[]={0 1 2 3}; int *b; b=&a[2]; printf("%d",b[-1]); } TECHNICAL INTERVIEW
-
Antonym of SAGE
fool
-
-
Which hardware implements stack operation in 8085/8086
A. ROM B. PROM C. RAM D. none of these Answer:C.RAM
-
confine: prisoner::
detain: suspect. APTITUDE
-
-
-
What is the output of the program?
main() { char a='123' printf ("%c n",a); return 0; } A. ASCII value of 121 B. 1 C. 3 D. none of these