Loading...
December 02, 2008
Home
Sign-In
My Interview Questions
Questions
1 - 10
of
324
Search Filters
Unanswered
All
Please Wait...
Filters not found for the search result
See Questions
See Questions & Answers
Date Desc
Date Asc
Ups Desc
Ups Asc
147
UPs
What utility would you use to cut off the first column in a text file in linux/unix?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: Anonymous
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
To cut off the first column, awk, kde utility could be used.
Alternate Answer:
A number of Unix commands can be used - cut, awk, sed or even a Perl one-liner.
Create Date
:
Friday, September 07, 2007
Tags
:
linux/unix
,
awk
,
kde
,
utility
,
unix commands
,
shell commands
Asked At
:
None
Job Positions
:
System Administrator System Analyst
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
165
UPs
What does static variable mean in C?
Comments (
1
)
|
Email
|
Inappropriate
|
Asked By: Anonymous
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
There are 3 main uses for the static.
1. If you declare within a function:
It retains the value between function calls
2.If it is declared for a function name:
By default function is extern..so it will be visible from other files. if the function declaration is as static, it is invisible for the outer files
3.Static for global variables:
By default we can use the global variables from outside files If it is static global..that variable is limitied to with in the file
Create Date
:
Tuesday, September 11, 2007
Tags
:
static variable
,
function
,
C
,
global variables
Asked At
:
None
Job Positions
:
None
Click here
to improve the Interview Question, Answer and other fields.
Comments (
1
) :
1.
anujtripathi
Thursday, October 16, 2008 10:42 AM
Gud Xplanation !
See all 1 comments
20
UPs
what is tcp/ip, udp and ftp
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: Anonymous
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
These are networking protocols tcp/ip for internet protocal
udp is the data format
ftp is file transfer protocol
typically used by hackers to connect, get the data and do the file transfer.
Create Date
:
Sunday, August 03, 2008
Tags
:
None
Asked At
:
None
Job Positions
:
None
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
114
UPs
what is a DWP in sharepoint?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: Anonymous
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
DWP in sharepoint is the file extension of a web part.
Create Date
:
Monday, September 10, 2007
Tags
:
sharepoint
,
webpart
,
DWP
,
extension
Asked At
:
None
Job Positions
:
None
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
75
UPs
If 12 file cabinets require 18 feet of wall space, how many feet of wall space will 30 cabinets require?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: drydo
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
45
Create Date
:
Tuesday, May 13, 2008
Tags
:
Banking
Asked At
:
None
Job Positions
:
Teller
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
90
UPs
Where is the output of TextWriterTraceListener redirected?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: evilari
|
See Answer
Edit
Your Name:
To Email:
Subject:
Note to go along with the question:
(Optional, no more than 1,000 characters)
To the Console or a text file depending on the parameter passed to the constructor.
Create Date
:
Tuesday, May 13, 2008
Tags
:
C#
,
C-Sharp
Asked At
:
None
Job Positions
:
Computer Programmer
Click here
to improve the Interview Question, Answer and other fields.
Comments (
0
) :
69
UPs
What debugging tools come with the .NET SDK?
Comments (
0
)
|
Email
|
Inappropriate
|
Asked By: evilari
|