GeekInterview.com
Submitted Questions

In a certain code, the symbol for 0 (zero) is. * and that for 1 is $. The numb.:rs greater than 1 are to be written only by using the two symbols given above. The value of the symbol for 1 doubles itself...

Asked By: GeekAdmin | Asked On: Jan 28th, 2007

Answered by: rhys21 on: Feb 20th, 2010

At all the options have the same value as denominator and its value is 51 (110011)

60/17 can be written as 180/51, so option c  $*$$*$** / $$**$$  is the correct answer.


Answered by: sharmila on: Jun 30th, 2007

answer is not getting correctly by just convert the value into binary format. plz explain me how 17 can be represent as $$**$$

Is test stratergy is a part of test plan or vice versa?

Asked By: GeekAdmin | Asked On: Oct 4th, 2006

Answered by: Ravikuamr on: Oct 11th, 2006

Test Stratergy comes under analysis phase.

Test plan comes under Design phase

Answered by: kasi on: Oct 6th, 2006

test strategy is a part of project plan.that will varry company to company.test strstegy is implementing the tests in a controled format.

What is data cleaning? How can we do that?

Asked By: GeekAdmin | Asked On: Oct 4th, 2006

Answered by: sub_guha on: Jan 24th, 2010

Data cleaning, technically called "Data Cleansing"is a group of methods for making data more reliable and accurate. Usually companies store data in warehouses so they can make meaning out of...

Answered by: Hakoonamatata on: Jul 9th, 2007

Data cleaning is a self explainatory term. Most of the data warehouses in the world source data from multiple systems - systems that were created long before data warehousing was well understood, and ...

After putting the watches back in the rvening before the night as the summer endsmr.X called solicitor to fix the meeting in the next morningmr.X:we will meet 11 hour after the town hall clock will take...

Asked By: GeekAdmin | Asked On: Oct 4th, 2006

Answered by: Rathinavelu on: Oct 23rd, 2006

Assumption: the striking time is not given, it will be taken as nil (i.e, the time between the consecutive interval is zero)

The number of interval is 10, therefore the time will be 10 + 1 = 11 pm

11 hours from 11 pm = 10 am

Answered by: SUNIL kumar CHOUBEY on: Oct 9th, 2006

now the question says that they will meet after the 11 hour after town hall clock will take 10 sec to strike so the answer willbe 1pm

What is super netting ? Why it is needed

Asked By: GeekAdmin | Asked On: Oct 4th, 2006

Answered by: nimish on: Oct 7th, 2006

Combining several IP network addresses into one IP address. Supernetting reduces the number of entries in a routing table and is done in CIDR addressing as well as internal networks. In the following ...

What is loopback testing? Why it is needed

Asked By: GeekAdmin | Asked On: Oct 4th, 2006

Answered by: K.Shridhar on: Oct 17th, 2006

Testing in which signals or data from a test device are output to a system or component, and results are returned to the test device unaltered for measurement or comparison.

Answered by: nimish on: Oct 7th, 2006

A diagnostic procedure in which a signal is transmitted and returned to the sending device after passing through all or a portion of a network or circuit.Maily used for testing the Network card/cable....

What are data objects?

Asked By: GeekAdmin | Asked On: Oct 4th, 2006

Answered by: Swapna85 on: May 4th, 2009

In SQL Server, objects like tables, views, stored procedures and so on that occupy space are called data objects.

Answered by: sari_pot on: Oct 18th, 2007

views,indexes,stored procedures,user-defined functions and triggers

Take 2 classes.I.E., class a,class b. in class b declare constructor as priVATe.But I have to access class a using the constructor in class b. how is it possible?One interviewer told that through getinstance()...

Asked By: GeekAdmin | Asked On: Oct 4th, 2006

Answered by: Suneet Jain on: Nov 20th, 2006

class A {    public static void main(String[] as) {        B b = B.getInstance(); // get the instance of Class B and store it in variable b  ...

Answered by: hanu2782 on: Nov 5th, 2006

Give example of that and explain it please.

What is the difference between server.Transfer() and server.Execute()?

Asked By: GeekAdmin | Asked On: Oct 4th, 2006

Answered by: Alagappapillai on: Nov 17th, 2006

Server.Transfer() = Transfer control from current page to another page like as Response.Redirect().

Server.Execute()   Control goto another ,process it and come back to same page . Like  as subroutine (Sub program).

Answered by: sekhar singara on: Oct 16th, 2006

Server.Transfer() --> It will redirect to the respected webpage without changing the URL. Server.Execute()--> It will redirect to the respected webpage and back to the contaning p...

How to reverse all the no using a single link list?

Asked By: GeekAdmin | Asked On: Oct 4th, 2006

Answered by: csabill on: Nov 2nd, 2006

void reverse() { Node < T > *currentNode = head, *nextNode = currentNode->next; while(nextNode) { Node < T > *newNextNode = nextNode->next; nextNode->next = currentNode; cur...

Answered by: f2003062 on: Oct 30th, 2006

A quite different way..! but same as the previous logic written by Rohit..!struct linkedlist { int x; struct linkedlist* next;}*head;Assume that "head" contains some nos ...example: 1->2->3->4...

I wrote test case in ms excel and save it in a folder in the desk top. I want to import that file to test director. Is it posible & how. Pls explain in details. thanks.

Asked By: GeekAdmin | Asked On: Oct 4th, 2006

Answered by: Mallika on: Nov 28th, 2006

Enable the macros in ur excel sheet and use export to test director option in tools dropdown.

Answered by: Erik on: Oct 5th, 2006

You have to install an Add-on. Download and follow instructions:http://updates.merc-int.com/testdirector/index.htm

Load single file to multiple targets by specific columns

Asked By: GeekAdmin | Asked On: Oct 4th, 2006

Hi, i have a cobol file and contains 500 records of sample data.It contains 200 columns.How can I split that file in Informatica?Like 1st file 1-80 columns and 2nd file 81-200 columns.Then I want load that data using Informatica. the target are Oracle tables. 1-80 columns: 1st target 81-200 columns:2nd...

Answered by: Sravan Kumar on: Dec 21st, 2006

USE NORMALIZER TRANSFERMATION.

What is meant by web standards?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

W3c also called as world wide web consortium in collaboration with many other standard bodies has designed rules, technology and standards called web standards which are widely used by web users for having a greater stability and security of their materials placed in web. Not only is the use of web standards...

Answered by: sivakrupa on: May 5th, 2008

There is also another organisation called IETF (Internet Engineering Task Force). W3C is an organisation only for corporates who should be its members and none else. But IETF is an independent open bo...

What are the attributes that make up a dhtml?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

DHTML is called as dynamic HTML. This is used to increase the interactive ability and the visual effect of the web pages which is loaded in the browser. The main technologies that are used in dHTML are namely: HTML Javascript CSS which is also called as cascading style sheet ...

Answered by: Sandhya.Kishan on: Mar 9th, 2012

The attributes that make up DHTML are HTML, JavaScript, CSS and DOM. These are explained below as: Java script: JavaScript is the popular scripting language on the internet, and it works in all major...

What are differences between div and span?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

Div is used to select a block of text so that one can apply styles to it. Span is used to select inline text and let users to apply styles to it. The main difference between div and span is span does not do formatting by itself. Also the div tag is used as a paragraph break as it creates a logical division...

Answered by: ashishkalosia on: Aug 19th, 2009

Div is a Container where we can place our data image, text or anything, and span is used for formating.

Answered by: jeevadillibabu on: Nov 14th, 2008

DIV is a HTML tag in advance. Genarally we use table & div tag for the loyout.  If we use table tag, the site will take lot of time to load, but use of DIV tag is quick & Advanc...

What are the ways of creating style sheets?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

There are various ways of creating style sheets. The main three ways are listed below namely: embedded style sheets external style sheets inline styles let us see each of these in brief. embedded style sheets: embedded style sheets are preset within the web page. This...

Answered by: suneel on: Oct 23rd, 2006

1. Browser default 2. External style sheet 3. Internal style sheet (inside the tag) 4. Inline style (inside an HTML element)

What are the differences between cell spacing and cell padding?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

Cell padding: cell padding is used for formatting purpose which is used to specify the space needed between the edges of the cells and also in the cell contents. the general format of specifying cell padding is as follows: < table width="100" border="2" cellpadding="5">...

Answered by: malikbilal on: Apr 4th, 2012

Cell spacing:Cell spacing controls the space between table cells by defining the pixel width between them

Cell padding:Cell padding controls the amount of space between the contents of the cell (text, images, etc) from the cell wall

Answered by: prince kumar on: Mar 31st, 2012

Cell spacing is not uses for future and cell padding is uses by future.

What is meant by cascading of styles?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

Cascading of styles is one in which an element called as child element placed with another element called as parent element inherit the styles of the parent. Cascading of styles also comes into picture when there is an overlap of styles defined. That is in other words usually among the three styles namely...

Answered by: Rachana88 on: Sep 7th, 2010

Styles can be specified:inside an HTML element( Inline style)inside the head section of an HTML page(internal style sheet)in an external CSS file(external style sheet)When more than one style is speci...

How to place a background for a single table cell?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

You can put a background for a single table cell in two ways namely: EIther by using HTML using CSS HTML approach: in this one can make use of the td tag as follows: <td background="exforsys.Gif"> text </td> but the above approach is not fully compatible...

Answered by: Sujatars on: Jul 30th, 2007

You can add background to a single cell

What is meant by iframe?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

Star Read Best Answer

Editorial / Best Answer

Answered by: suji

View all questions by suji   View all answers by suji

Member Since Sep-2005 | Answered On : Apr 3rd, 2011

iframe is used for creating an inline or floating frame. As most of know frames are mainly used to structure the page or for placing a menu bar on the side and so on. But iframe is used in a different context. That is in other words &lt;iframe&gt; is used to embed or insert content on a page of padding. This is done for several reasons. Say the content may be large enough that the user may wish to place it separately and scroll through it. There are many attributes present in &lt;iframe&gt; and some of the attributes used with &lt;iframe&gt; are namely:

NAME:
Used for specifying the name of the frame.

SCROLL:
Used for specifying the scrolling action to be activated. Can take three values namely AUTO, YES or NO. AUTO will allow the browser to take the decision and activate scroll bar when needed YES specify scroll bar is needed and NO specifies scroll bar is not needed.

ALIGN:
This is used for alignment of text and the values that can be taken by it are namely LEFT, RIGHT, TOP, MIDDLE, and BOTTOM.

FRAMEBORDER:
Used for setting borders, around the frames if needed. A value of 1 set the border around the frame and 0 specify for no border.

HEIGHT:
Used to specify the height of the frame and this value is mentioned in pixels.

HSPACE:
Used for specifying horizontal spacing around the frames.

Answered by: dinesh on: Aug 12th, 2011

iframe means inline frame

Answered by: suji on: Apr 3rd, 2011

iframe is used for creating an inline or floating frame. As most of know frames are mainly used to structure the page or for placing a menu bar on the side and so on. But iframe is used in a differ...

What are the methods of validating whether the form is secure?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

There are numerous methods for ensuring the security of a form. Some of them are mentioned below namely: check the form action attribute: make a check on the form action attribute. That is in other words the form action attribute must start with https:// for ensuring the secure site. ...

What is the need for CSS?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

CSS is called as cascading style sheets. This is used to enhance the features of web pages like formatting styles say bold, font size and so on and there by increase the visual appearance of web pages. These are specified inside an HTML tag. The use of CSS reduces time and enhances the web page design....

Answered by: srinivasaperumal on: Apr 16th, 2007

CSS helps in faster downloading of the pages. Main benefit is that the styles need to be downloaded only once, on the first page the user visits. The style sheet goes into the cache, and thus need not...

Answered by: sushi mathew chacko on: Mar 28th, 2007

If we using CSS for styling  a Site insted of Instyle , in a single edit we can change the look and feel of the site. if our  pages number is  more CSS is necessary

What are the components of a client/server computing?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

The client/server computing has three components in it namely: client server network let us see the functions of each. server: this is one that manages data or information in database. It also takes the role of coordination or assigning process when multiple clients functions...

What are the commands that come in the category of dml in SQL?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

Dml refers to data manipulation statements. That is used for accessing and modifying values or data present in the database. the commands that come in the category of dml in SQL insert select delete update insert: this command is used to insert rows into the table. syntax:...

Answered by: kishore.giri on: Dec 10th, 2007

The DML  is for Data Manipulation Langugae i.e. those commands comes into picture that modifies datavalues in the database.The DML commands are INSERT,UPDATE,DELETE,MERGE.Some body answers that&n...

Answered by: aardvax on: May 17th, 2007

why MERGE has not been include in the explanation
please clarify !!!

What is meant by deadlock in database?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

Transaction is unit of work done. So a database management system will have number of transactions. There may be situations when two or more transactions are put into wait state simultaneously .In this position each would be waiting for the other transaction to get released. Suppose we have two transactions...

Answered by: Chittaranjan Kotian on: May 16th, 2012

Two Oracle Sessions attempting to obtain a lock on a rows that is being locked by each other. For example Session A has locked a row for update in a transaction. Session B is trying to obtain a lock o...

Answered by: rohit on: Apr 22nd, 2012

It is absolutely wrong.you can read data simultaneously but you cant write data ......you can write data one at a time only...

What are triggers in database?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

The programmer may like the database o take some action when a database event occurs. In order to achieve the above purpose triggers are defined. The trigger body refers to the code written within the trigger which gets fired and executed when the related database event associated with the trigger occurs....

Answered by: gvvskumaran on: Jan 15th, 2007

 trigger stored in the database can include SQL and PL/SQL or Java statements to run as a unit and can invoke stored procedures.Triggers are implicitly fired by Oracle when a triggering event occ...

What is the difference between round and trunc function in SQL?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

Both truc and round are single value functions. trunc: trunc function truncates that is in other words cuts off to the digits specified. the general syntax of trunc function is: trunc(number, precision); for instance: suppose the value of salary in employee table for ename= ’exforsys’...

Answered by: s.siva karthik on: Sep 29th, 2011

SQL> select ceil(14.1) ,round(14.1),ceil(14.01),round(14.4),trunc(14.6) from dual; CEIL(14.1) ROUND(14.1) CEIL(14.01) ROUND(14.4) TRUNC(14.6) ---------- ----------- ----------- ...

Answered by: avatar on: Sep 10th, 2011

Round function will increase the value by 1 if decimal value is greater than or equal to 5 else it will return same integer value without decimal ex. select round(8.34) from dual; will return 8; sel...

What is the difference between rollback, commit and savepoint is SQL?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

All these statements fall in the category of transaction control statements. rollback: this is used for undoing the work done in the current transaction. This command also releases the locks if any hold by the current transaction. The command used in SQL for this is simply: rollback; savepoint:...

What is partitioning concept and to how to achieve this using MySQL?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

One of the important concepts in database management is partitioning. Partitioning is the concept by which storage of tables are pre-organized to attain efficiency. That is in other words the rows present in a table are stored across different disks or fields to achieve optimization and performance improvement....

What is meant by group functions in SQL?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

There are functions which return a value for each single row selected. Example of such functions are arithmetic functions like abs(column name) in SQL. But in contrast group functions are one in which summary or result of the group of rows is got. For example in an entity department there may be instance...

How does the evolution of database systems happened?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

The evolution of database systems is as follows file management system hierarchical database system network database system relational database system file management system: the file management system also called as fms in short is one in which all data is stored on a...

What is the difference between entity and attribute?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

To put the definition of an entity is an entity is a single person, place, or thing about which data can be stored. That is in other words for example when one wants to store information about student then it has details like studentno, student name, address for communication, phone number, class of...

Answered by: magedabd on: Apr 10th, 2010

The question is: " is the attribute instance." The attribute itself is not an instance but the value "Exforsys" stored in the attribute is an instance.

Answered by: swathiraj on: Sep 25th, 2006

An entity represents a real world object where as attribut reprsents the characteristics of an entity

What is SQL injection?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

SQL injection is one of the security abuse in which the person makes use of SQL in other words structured query language in a web form in order to have access to data and thereby make changes to the data. That is on a web application the user has to be validated with username and password and only if...

What is a junction table and how is it used in Microsoft access?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

A junction record is one which allows many to many relationship between the two owner records. One of the scenario in which junction table plays a role in Microsoft access is while creating or defining many to many relationship. Many to many relationships between two entities are one in which one row...

What is the use of count with distinct option?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

Count is a group function. That is which gives a result by summarizing multiple rows. All group value function will have the usage of distinct or all option and so is the count which uses the distinct option. Distinct option is used to enforce uniqueness and this combined with count is used to count...

What is a view?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

A view is nothing but a window of an existing table by which one can view and can also change the values in tables. The main point aspect of view is views have no storage space. For this reason views are also called as virtual tables. Thus in other words a view is a database object that gives a logical...

Answered by: aardvax on: May 17th, 2007

please clarify
that if there are some changes made in view(created from a single  base table)would they reflect in the base table as well?

Answered by: rayadurgamsudha on: Mar 11th, 2007

A view acts like a mirror of the main table created. any changes made in the base table are seen in the view while changes made in the view cannot be seen in the base table except if the view is on a ...

Why is performance tuning a vital aspect in Oracle?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

Tuning is one of the main function or job of a database administrator or DBA in short. This is because Oracle is a relational database management system which is tunable and thus the database can be monitored and therefore appropriate measures and steps can be taken at appropriate times to increase the...

What is decode function used for?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

Decode is used to decode a char or varchar2 or number into any of several different character strings or numbers based on value. That is decode does a value-by-value substitution. For every value that is given in the decode function it makes an if then check and matches the value. The general format...

What is the use of truncate command?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

Truncate command will delete all records and the most important thing to make note of truncate command is since truncate command cannot be rolled back one must make sure to take proper backup of table data before performing the truncate command. Truncate command is thus used to remove all rows from EIther...

Answered by: gvvskumaran on: Jan 15th, 2007

* Used to Delete all the datas in a table .

* Cannot be rollbacked.

What are the differences between stored procedures and triggers?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

Stored procedures are compiled collection of programs or SQL statements that live in the database. A stored procedure can access and modify data present in many tables. Also a stored procedure is not associated with any particular database object. But triggers are event-driven special procedures which...

Answered by: Amol Bawane on: Nov 15th, 2007

The basic difference between stored procedure and trigger is stored procedure can call explicitly, but trigger cannot call explicitly.Genarally trigger are used for Audit and trail. What should be the...

Answered by: gvvskumaran on: Jan 15th, 2007

* procedures will be called by user or by programs

* Trigger will be executed or triggered only when it is fired....

What are the differences between physical and logical data model?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

The main important aspect is physical data model is created after logical data model. For designing a logical data model one need not have through knowledge in any specific RDBMS like Oracle, informix and so on. This is because logical data model is created after having through study of the business...

Answered by: satyam_Ora on: Jul 10th, 2007

Logical vs Physical Data ModelingLogical Data ModelPhysical Data ModelRepresents business information and defines business rulesRepresents the physical implementation of the model in a database.Entity...

What is codd’s rules?

Asked By: GeekAdmin | Asked On: Sep 23rd, 2006

E.Codd designed 12 rules that stated rules for database to be relational. These rules were named as codd’s rules. The rules are given below: 1. The information rule: for a database to be relational all information is represented as data values in tables. 2. The rule of guaranteed access: the data...

How does one translate characters in UNIX operating system?

Asked By: GeekAdmin | Asked On: Sep 17th, 2006

This is done by using the tr command in UNIX operating system. This command in UNIX is used for translating characters from standard input. the general syntax of this command is: tr character_from character_to that is in above character_from and character_to can take one or more single characters....

What is the use of crontab command in LINUX operating system?

Asked By: GeekAdmin | Asked On: Sep 17th, 2006

Crontab is a very useful command used for scheduling purpose. If a person working inn LINUX operating system wishes to schedule to run later they can achieve this by using the crontab command. Thus it is possible that each user working in the LINUX operating system can define their own crontab. There...

Answered by: vdeshpande on: Oct 29th, 2007

crontab will keep ur jobs ongoing even when u are away

crontab *****  each star has its own meanin
 hors days month year  dayof the month

plz check more on this topic @linux userforums

Answered by: Bhagavan Reddy on: Apr 19th, 2007


Hi,

Please explain clealy crontab command.
And i want to run one shell script every 3 hours, and it should start 1 A.M and end should be 10 P.M.

How to use crontab command for above requirement...

Regards
Bhagavan Reddy.

What is the difference between the commands sleep, wait and killall?

Asked By: GeekAdmin | Asked On: Sep 16th, 2006

Sleep: this command is used in UNIX operating system to suspend execution of the system for the specified time limit mentioned in it as parameter. the general format of sleep command is sleep no_of_seconds the sleep suspends the execution of the shell in UNIX operating system for the no_of...

Answered by: sudhir deshmukh on: Mar 8th, 2007

sleep is a Unix command line program that suspends program execution for a specified period of time.Wait The wait function suspends execution of the current process until a child has exited, or until ...

What is the use of make program in UNIX?

Asked By: GeekAdmin | Asked On: Sep 16th, 2006

The make program plays a very important role in a multiprogramming operating system namely UNIX. When there is more than one file and when changes are made to the files make program keeps track automatically of the changes made to these files and recompile them as and when needed automatically. The make...

What is meant by intermachine communication?

Asked By: GeekAdmin | Asked On: Sep 16th, 2006

Intermachine communication is the communication between two machines. With respect to the context of UNIX operating system there are many commands available for achieving this intermachine communication. Some of them are listed below namely: uucp: this command is used for transferring of files between...

Where is the semaphore stored in UNIX operating system?

Asked By: GeekAdmin | Asked On: Sep 16th, 2006

Before going into the storage of semaphore it is first vital to know about semaphores. A semaphore is nothing but a term used in UNIX for a variable which acts as a counter. So the next question that comes in mind is what for we need this variable. It’s so simple. The reason is explained below....

Answered by: riteshvado on: Apr 11th, 2007

On linux machines you can view semaphore using command :-
ipcs -s

You can delete semaphores using ipcrm command.

Answered by: brajesh on: Sep 27th, 2006

semaphore stored inside the kernel

What is meant by shell layer manager?

Asked By: GeekAdmin | Asked On: Sep 16th, 2006

Shell layer manager is also called as shl in short. This utility is used for running number of scripts simultaneously at the same time in a single terminal. This utility plays a very important role in UNIX operating system because as we all know UNIX is a multi-programming operating system. So in other...

Answered by: thangaraj on: Jan 27th, 2007

it means same for dos external commands

What is meant by the process of pipeline?

Asked By: GeekAdmin | Asked On: Sep 16th, 2006

Just as the name depicts pipeline is the process in which when a pipe is set between two commands then the standard output from the first command is passed through the pipe specified to the second command and thus acts as an input to the second command. In other words the standard output of the first...

What happens when a compress command is used in UNIX system?

Asked By: GeekAdmin | Asked On: Sep 16th, 2006

Compress command is used for compressing a file that is for making the file size compact so that it becomes small. When a compress command is used in UNIX all the file attributes like the owner of the file and other things remain same except the file size is compressed and the extension of the file becomes...

Answered by: SureshBV on: Mar 7th, 2007

Exactly as in the above comment Compress command is for compressing the file and it can uncompress when ever required.compress <filename> - to compressuncompress <filename> - to uncompress...

Which server stats are essentially monitored during a performance test of a web application?

Asked By: GeekAdmin | Asked On: Aug 31st, 2006

Answered by: kurtz182 on: Dec 19th, 2009

Here are a few things that can be monitored on web servers for each application:MEMORY1) Pages per second2) Available bytes3) Committed bytes4) Pool nonpaged bytesPROCESSOR1) Percent of processor...

Answered by: srinivasulub1981 on: Mar 12th, 2009

Firstof all we can observe the browser responce time and then go for remainig servers.

ie

-> Web server, app server
-> DB server

Why is assigning to string as given below not allowed?

Asked By: GeekAdmin | Asked On: Jul 8th, 2006

Consider the code:main() { char s[8] = “exforsys”; } the above code is not allowed in string handling concept. This is because strings are represented in C programming language as arrays and therefore assigning as above arrays is not allowed.One can make use of strcpy() which is a string handling function...

Answered by: Abhi Phirke on: Nov 19th, 2007

main()

{

char a[10]={'e','x','f','o','r','y','s', ''};

}


Aint this more correct? We are talking about strings here...!

 

Answered by: pratap_wagle on: Sep 22nd, 2007

int main(){char a[8]='e','x','f','o','r','s','y','s';}we cant initialize in the above way.just consider the way we initialize arraymain(...

What happens when the following code is executed? #include <stdio.H> main(){ char *s; if (s == "10") { printf("string matches"); } }

Asked By: GeekAdmin | Asked On: Jul 8th, 2006

In the above code the operator == is used to compare the value of string. But this is not allowed. This is because in C program string is represented as array of characters. So the operate like comparison, assignment and so on cannot be used to manipulate array as whole. So the above code does not work....

Answered by: Raman Katwal on: Jun 29th, 2007

I agree with you ... It will not generate any kind of output due to the address problem in case of 32 bit machine.

Answered by: pavaman on: Mar 1st, 2007

after declaring pointer of type char no value is assigned to it...so by default zero will be compared n that will not match with 10 there for no output

What string function is used to convert a string into long value?

Asked By: GeekAdmin | Asked On: Jul 8th, 2006

This is done by using the function named as atol() . This function atol() is present in the header file named as <stdlib.H>. So when programmers use this function they must include the header file by the statement #include <stdlib.H> the syntax for this function is given by long...

Answered by: vamsisaikrishna on: Jan 9th, 2007

I used atlo(),atoi() in unix operating system security module. Embracing is that, I failed on most of the occasions. And some times it gives GARBAGE values along with the answer.

Can anyone check this, if possible with an eg.., for this

How to convert a string into an integer in C program?

Asked By: GeekAdmin | Asked On: Jul 8th, 2006

This is done by using the function named as atoi(). This function atoi() is present in the header file named as <stdlib.H>. So when programmers use this function they must include the header file by the statement #include <stdlib.H> the syntax for this function is given by int atoi(...

Answered by: parveen007 on: Sep 1st, 2006

using atoi()

What is the string handling functions present in header file <string.H>?

Asked By: GeekAdmin | Asked On: Jul 8th, 2006

There are number of string handling functions present in string.H. In other words if a programmer uses any of the function present in string.H then they must include the header file as #include <string.H> some of the functions present in <string.H> are given below: strcat() - this...

Answered by: rajukumar on: Jan 10th, 2007

the string handling functions present in are

strcmp()

strcpy()

strconcat()

strlen()

strev()

What happens when we try to change the value of base address of the string?

Asked By: GeekAdmin | Asked On: Jul 8th, 2006

The base address of the sting takes a special place in the context of strings. This is because suing this base address only the string gets identified. In other words the base address therefore takes the position of constant. As we all know it is not possible to change the value of constants so is the...

Answered by: ashokraja_cm on: Feb 12th, 2007

When we trying to change the value of base.The address pointer will get vary. So the value stored in that variable will get vary.

What is the output of the following program? #include <stdion.H> #include <string.H> main() { static char a[] = “exforsys” printf(“%d”, *(a+ strlen(a)));...

Asked By: GeekAdmin | Asked On: Jul 8th, 2006

The immediate answer one might give seeing the program would be 8 which is the length of the string “exforsys”. But the output is not that. The wondering what would be the output. It is 0. Interesting at the same time strange to see the output is it not? The output is so because the strlen()...

Answered by: rishabh_aec on: Feb 26th, 2007

In this program, consider the lineprintf("%d",*(a+strlen(a)));Here 'a' is the base address for the string a. It stores an address of a[0]. Now here in this case function strlen(a) wi...

How to convert a character string to a time value?

Asked By: GeekAdmin | Asked On: Jul 8th, 2006

There is a function available in C for converting a character string to a time value. The function is strptime(). this function is not present in string.H but the prototypes of this function is present in time.H and so one has to include <time.H> when using this function strptime(). the syntax...

Answered by: vamsisaikrishna on: Jan 9th, 2007

I did not get the real concept behind the answer can give me clear idea about it along with an application on the given concept

What will happen with the following code? #include <string.H> main() { char str[ ] = "exforsys" ; strcat ( str, '!' ) ; }

Asked By: GeekAdmin | Asked On: Jul 8th, 2006

On the outset users might see the command strcat and think that the string str having value “exforsys” would get concatenated with ‘!’. But this will not happen surprised to hear this!!!!! but there is an interesting fact to know in the above code. The string handling function...

Answered by: himani on: Aug 30th, 2007

it will generate an error message that 

" invalid use of function"

How to determine different positions of substrings within a string in c?

Asked By: GeekAdmin | Asked On: Jul 8th, 2006

There are numerous functions available in C to achieve the purpose of finding different positions of a substring with a string. strstr(): to obtain the first occurrence of substring in a string the function used is strstr(). the syntax for this function is char *strstr( const char *str1, const...

Answered by: sathish on: Oct 12th, 2006

while traversing along a string find whether the current character is a blank space or not.if so count the position

What is the return value from printf() function?

Asked By: GeekAdmin | Asked On: Jul 8th, 2006

Printf function always returns the number of characters printed by the printf function. Let us see this in brief with an example: main() { int a=10; printf(“%d,printf(“%d %d %d,a,a,a)); } in this above program the inner printf is first called which prints three times the value...

Answered by: Ayushee on: Jul 12th, 2011

Code
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int a=10;
  5. printf("%d",printf("%d%d%d",a,a,a));
  6. printf("/n");
  7. printf("%d",printf("%d %d %d",a,a,a));
  8. return 0;
  9. }

anwer would be 1010106 10 10 108

Answered by: akhilsharma51 on: Feb 1st, 2010

It is the number of characters what it return, in above example

int a=10;
printf("%d,(printf("%d%d%d",a,a,a))");
Output: 10 10 106
Since C compiler ignores spaces and since there are total 6 characters hence 6 is in the output.

 

Why it is that the lEFT hand side of assignment operator must have a variable?

Asked By: GeekAdmin | Asked On: Jul 8th, 2006

It so because only a variable can have operation performed in it. To explain this concept more briefly let us see an example. consider the following program: main() { int a=10; int b; b=sample(++a++); } sample(c) int c; { printf(“%d”,c); } the above program will...

Answered by: ashokraja_cm on: Feb 12th, 2007

for any constant value we can't assign the value.So. We can assign the value for only variable. SO. that only the leftside should be vaiable.

What is the importance of header files?

Asked By: GeekAdmin | Asked On: Jul 8th, 2006

The main role of header file is it is used to share information among various files. to put it brief, if we have several functions say 4 functions named as f1, f2, f3, f4 placed in file say sample.C and if all the functions want to get accessed each other all must be placed in the same file sample.C. ...

Answered by: sathish on: Oct 12th, 2006

we r using numerous predefined c functions like,printfsqrtscanfgetchmallocFILENULLif strcmp etc, these functions coding,prototype,execution are defined and categorized and stored in different files while we user while programing we use this functions which makes our programming very easy.

What is difference between call by value and call by reference in function?

Asked By: GeekAdmin | Asked On: Jul 6th, 2006

The arguments passed to function can be of two types namely 1. Values passed 2. Address passed the first type refers to call by value and the second type refers to call by reference. for instance consider program1 main() { int x=50, y=70; interchange(x,y); printf(“x=%d y=%d”,x,y);...

Answered by: ashokraja_cm on: Feb 14th, 2007

Usually there are two ways to call a function or method.1. Call By Value2. Call By ReferenceWhile calling a function by 'Call by Value', That original value can't be changedFOr Ex.add(a,b);add(int x,...

How does the function call within function get evaluated?

Asked By: GeekAdmin | Asked On: Jul 6th, 2006

Suppose we have more than one function called finite number of times then the function gets evaluated from inside out. Let us see this concept with an example. for instance consider a function sample called within it 4 times as given in program below: main() { int a=50; a=sample(a=sample(a=sample(a=sample(a))));...

How is the main() function declared?

Asked By: GeekAdmin | Asked On: Jul 6th, 2006

The declaration of main can be done as int main() one more declaration that can be taken by main is command line arguments form namely int main(int argc, char *argv[]) or this can also be written as int main(argc, argv) int argc; char *argv[]; one of the important point to note...

How to call C header that is not provided generally by system in c++?

Asked By: GeekAdmin | Asked On: Jul 6th, 2006

This can be done using extern c syntax of extern C is: extern "c" <function declaration> that is for calling C functions from C++ we can write as extern "c" { <function declaration> <function declaration> ... <function declaration> } that...

What is the default return value of a function?

Asked By: GeekAdmin | Asked On: Jul 6th, 2006

The default returns value from a function in int. In other words generally unless explicitly specified the default return value by compiler would be integer value from function. So when a programmer wants other than integer values to be returned from function then it is essential that the programmer...

Answered by: msonia0710 on: Mar 20th, 2007

I guess the return value of any function is int by Default. Unless specified, the function returns an integer value.

What happens when a variable is not initialized in main function?

Asked By: GeekAdmin | Asked On: Jul 6th, 2006

When a variable is not initialized in main function it contains garbage value. This can be well seen from the example below main() { int x; printf( “%d”,x); z= sample() } sample() { printf(“testing program”); } output is x=80 testing program the...

Answered by: kvsmp2 on: Oct 13th, 2006

As the above illustrates that if we are not intializint the varaible we get garbarge value.This is because when you define a variable the compiler calls the os then os allocates the required memory (w...

What happens when a variable is not declared in function definition?

Asked By: GeekAdmin | Asked On: Jul 6th, 2006

Generally in C program the function definition and calling takes the form as given below: main() { int x,y,z; z=sample(x,y); printf(“%d”,z); } sample(x1,y1) int x1,y1; { int z1; z1= x1 - y1; return(z1); } here what happens is the values x, y gets passed to x1,y1...

What are the limitations with switch statement?

Asked By: GeekAdmin | Asked On: Jul 4th, 2006

Switch statement is a powerful statement used to handle many alternatives and provides good presentation for C program. But there are some limitations with switch statement which are given below: logical operators cannot be used with switch statement. For instance case k>=20: is not allowed switch...

Answered by: saurav kant prasad on: Sep 2nd, 2006

THE CERTAIN LIMITATIONS WHILE UISING SWITCH CASE IS AS FOLLOWS::::::1. #INCLUDE VOID MAIN(){INT J=2;CHAR CH; SWITCH(CH){CASE 1:STATEMENT; BREAK; CASE J:STATEMENT2;//WE CAN'T ...

What are the format specifiers used with printf?

Asked By: GeekAdmin | Asked On: Jul 4th, 2006

There are several format specifiers available in printf. The format specifier used varies depending on the data type used for printing. The given below are some of the format specifiers used with printf in C program. for integer data type the format specifier used with printf is %d or %i...

Answered by: sathish on: Oct 12th, 2006

%nxn-may me numericals to specify the alignment of the data it may be +ive or -ive.x-is datatype type .and other formatters lise new line,tab,formfeed,alertetc.

How to develop, compile and run a C program

Asked By: GeekAdmin | Asked On: Jul 4th, 2006

The steps involved in building a C program are: 1. First program is created by using any text editor and the file is stored with extension as .C 2. Next the program is compiled. There are many compilers available say gnu C compiler called as gcc, Sun compiler, borland compiler popular with pc system...

Answered by: ashokraja_cm on: Feb 14th, 2007

Usually it is very easy to develop a C program.Actually, There are many IDE's are available for C Programs.Just you take the ANSI IDE it is the standard compiler for C programs.Here I explained about ...

How to define command line arguments

Asked By: GeekAdmin | Asked On: Jul 4th, 2006

The main functions can have in it arguments passed which are called as command line arguments. The command line arguments are two in number which are namely: argument count denoted by argc and argument vector denoted by argv the argc is an integer variable which denotes the number of parameters...

Answered by: sonal on: Nov 24th, 2007

It should defined globally in C
main(int argc , char *argv[])
{

How is C++ a higher level of c?

Asked By: GeekAdmin | Asked On: Jul 4th, 2006

C++ is an improved and higher level of C with more features and abilities built in it. apart from the regular features of C the other features which C++ possess which makes it a higher level of C are classes, objects, constructors and destructors, virtual functions, concept of polymorphism, abstract...

Answered by: kvsmp2 on: Oct 13th, 2006

c++ is higher than C in ,many ways.but to keep it simple : with C it diffcult to represnt the real world whereas with c++ we can represent real eworld things.Examples: in c++ we have objests that repe...

Answered by: hari on: Sep 27th, 2006

wt mean by QA  how it defines and purposes and features

How does the exit () and return () differ

Asked By: GeekAdmin | Asked On: Jul 4th, 2006

Exit () is used to exit the program as a whole. In other words it returns control to the operating system. after exit () all memory and temporary storage areas are all flushed out and control goes out of program. In contrast the return statement is used to return from a function and return control...

Answered by: Anil on: May 23rd, 2007

exit() will free up resources associated with process.

Answered by: Have_Phun on: Feb 3rd, 2007

the exit() routine simply terminates the program and returns control to OS (by default)the return statement simply exits the currently executing procedure block and the control goes back to the caller function

What is nonlocal jump and unconditional jump?

Asked By: GeekAdmin | Asked On: Jul 4th, 2006

Longjmp() and setjmp() functions implement a nonlocal jump of program execution."longjmp" jumps to a program state previously recorded by "setjmp". Both longjmp() and setjmp() functions must have the header file given below included. #include <setjmp.H> when your program calls...

What is the difference between printf and sprintf?

Asked By: GeekAdmin | Asked On: Jul 4th, 2006

Sprintf: this writes formatted data to a character string in memory instead of stdout syntax of sprintf is: #include <stdio.H> int sprintf (char *string, const char *format [,item [,item]...]); here string refers to the pointer to a buffer in memory where the data is to be written. Format...

Answered by: Have_Phun on: Feb 3rd, 2007

the printf() funkshun is supposed to print the output to stdout here the screen.in sprintf() function we store the formatted o/p on a string buffer.

Why to avoid goto in C

Asked By: GeekAdmin | Asked On: Jul 3rd, 2006

C has goto statement but one must ensure not to use too much of goto statement in their program because its functionality is limited and it is only recommended as a last resort if structured solutions are much more complicated. First let us see what the goto statement does, its syntax and functionality....

How to assign values during declaration of variables

Asked By: GeekAdmin | Asked On: Jul 3rd, 2006

Declaring variables tells the compiler the data type the variable is assigned and no storage area is allocated during this stage. It is possible to assign values during declaration itself. In order to see how this can be done let us see an example. consider the following program: main() { int a=...

What is the output of the following program?Main() { int i=-1,j=-1,k=0,l=2,m; m=i++ && j++ && k++ | | l++; printf("%d %d %d %d %d",i,j,k,l,m); }

Asked By: GeekAdmin | Asked On: Jul 3rd, 2006

The output is 0 0 1 3 1this is as followsfirst the expression gets reduced asm = -1 && -1 && 0 || 2this is because ++ gets the higher precedence and being postfix operator it is first applied to expression and then only incremented. Now in this logical and gets higher precedence over logical or and the...

Answered by: Deepak on: May 15th, 2007

&& and ||, they are called logical operator which takes two operands. The result of this operator will be either zero or one  (i.e any non-zero value is equal to one)

so in this case
0 || 2
nothing but  zero || non-zero  = one

Answered by: kusuma_b on: Aug 11th, 2006

How is it possible to have

0 || 2 = 1

please tell me..

What is sizeof operator?

Asked By: GeekAdmin | Asked On: Jul 3rd, 2006

Sizeof will return the number of bytes reserved for a variable or data type. The sizeof operator is a compile-time operator that returns an integer value. In other words since it is a compile time operator when the programmer uses the sizeof operator in a expression then the operator do not get compiled...

How typecasting plays an important role in C

Asked By: GeekAdmin | Asked On: Jul 3rd, 2006

C allows programmers to do typecasting by placing the type name in parentheses and placing this in front of the value programmers want to change. for instance main() { float a; a = (float)5 / 3; } gives result as 1.666666 . This is because the integer 5 is converted to floating point value...

Answered by: santosh on: Jun 7th, 2007

This type casting can used to maintain the accuracy and precision.For example a float can be converted to double there by the accuracy increases.This is used in scientific calculation

What is the difference between defining and declaring a variable?

Asked By: GeekAdmin | Asked On: Jul 3rd, 2006

The basic types of variable in C are namely chAR, int, double and float. First the variables have to be declared. This is done as follows:first any of the data type defined above must be mentioned and this is followed by the name of the variable. For instance if wants to declare a variable v1 of type...

Answered by: Srinath on: Jul 13th, 2007

When a variable is declared, a memory is allocated for that variable acoording to the type of variable..
And during a variable definition, a value is defined to that variable and the value gets stored in the corresponding memory location..

Define operator, operand, and expression in 'c'?

Asked By: GeekAdmin | Asked On: Jul 2nd, 2006

Operators are symbols which take one or more operands or expressions and perform arithmetic or logical computations. Broadly speaking the types of operators available in C are as follows:arithmeticassignmentlogical/relationalbitwisethese have operators under each as follows namely:arithmetic operators...

Answered by: cpsingh on: Jul 21st, 2007

statement a=b+c have 3 operands(a,b,c) and 2 operators(+, =).

How does the prefix and postfix operator on expression?

Asked By: GeekAdmin | Asked On: Jul 2nd, 2006

The operators present in prefix and postfix are prefix increment operator denoted by ++ prefix decrement operator denoted by -- postfix increment operator postfix decrement operator the difference between the two is that in the postfix notation, the operator appears after postfix-expression,...

What is the functionality and restrictions of modulus operator?

Asked By: GeekAdmin | Asked On: Jul 2nd, 2006

When a division is performed the remainder of the operation is given by modulus operator. The modulus operator is denoted in C by symbol %.Say for instance we have two integer values x and y and then the operation x % y called as x modulus y gives the result as (x- (x / y) * y). Say if x=18 and y =5...

How to swap without third variable?

Asked By: GeekAdmin | Asked On: Jul 2nd, 2006

A variable is a named location in memory that is used to store data which can be modified in a program. Let us see how to swap two variables without using third variable. This can be done in number of namely by using arithmetic operators by using bitwise operators by using pointers concept...

Answered by: mikerich135 on: Jun 23rd, 2007

You can also do it by multiplication and division,
x=x*y
y=x/y
x=x/y

Answered by: sunithachenna on: Apr 25th, 2007

u can also get the answer by writing
a=a^b;
b=a^b;
a=a^b; also

What is precedence of operators?

Asked By: GeekAdmin | Asked On: Jul 2nd, 2006

When number of operators occurs in an expression the operator which is to be evaluated first is judged by applying priority of operators. The arithmetic operators available in C are+ used for addition-  used for subtraction* used for multiplication/ used for division% used for modulus operation. In other...

Answered by: chandan kumar jena on: Sep 1st, 2007

From my point of view, It is nothing but the sequence of operation that means which operator should insert into the stack first. According to the compiler design principle they the parser first choose the operators and manipulate it with the specified operand.

How does a conversion occur in c?

Asked By: GeekAdmin | Asked On: Jul 2nd, 2006

The data types for numerical operations used in C are integer, float. So it is important to know how conversions occur between these two data types in numerical operations.Some of the facts about conversions are given below:integer having arithmetic operation with integer gives integer value  ...

Answered by: phani kumar on: Oct 30th, 2006

y/2 gives 5/2 and an integer having arithmetic operation with integer gives integer as result as this gives 2 as result and not 2.5  x/5 gives 5.5/5 in this a float having arithmetic operation wi...

Messagebox class in vb.Net 2005

Asked By: GeekAdmin | Asked On: Jun 3rd, 2006

Message boxes are often used objects. They are derived form form class, displayed modally and used to take user’s acknowledgement and also inform the user or alert the user of any thing that needs to be informed or alerted. you cannot create a new instance of the system.Windows.Forms.Messagebox...

Answered by: abru on: Oct 11th, 2007

instead of writing
 
If textBox1.Text = "" Then

(which usually gives an error if ur textbox is set to receive numbers)


you can write

If textBox1.Text = String.Empty Then

Explain about assemblies, native assemblies, and the GLobal assembly cache

Asked By: GeekAdmin | Asked On: Jun 3rd, 2006

The primary unit of deployment is the assembly. The assembly is used by the .Net clr as the smallest unit of deployment; version control; security; type grouping and code reuse. An assembly will consist of a manifest and one or more modules or files. it can be defined as a logical dll that contains...

Answered by: yogesh_rajwade1982 on: Feb 22nd, 2007

assembly contains all the information i.e. what references aer added,which claases and namesapces are imprted, about a particular application.it is only unique thing which is used to deploy ...

How do you implement class library object

Asked By: GeekAdmin | Asked On: Jun 3rd, 2006

Classical object oriented concepts explain a class as a cookie cutter. A class allows you to create objects of the class. As a programmer you define a class with data fields, properties, methods and events. Then you can create objects based on that class that have state (fields, properties) and behavior...

Explain about .Net framework class librarykk

Asked By: GeekAdmin | Asked On: Jun 3rd, 2006

The .Net framework class library, as the name suggests, is a library of classes, interfaces and value types. The applications, components and controls for applications are built on this framework and it provides the developer the access to the system functionality. In other words, the classes and structures...

What are the different frameworks available in Ajax?

Asked By: GeekAdmin | Asked On: Jan 29th, 2006

Answered by: bob on: Aug 10th, 2006

There are so many - a good question  as anyone who starts developing with ajax invariably has to look at some of the frameworks
http://ajaxpatterns.org/wiki/index.php?title=AJAXFrameworks

Answered by: Amit Sharma on: Apr 28th, 2006

Prototype.JS Framework is available with detailed documentation, its very easy to handle AJAX and JavaScript, Introduce $ concept its very simple, For Ajax specially u don't need to check cross broswer, OPen, Close and error handling through traditional AJAX.

Tech tutorials and articles - get paid $5 each

Asked By: GeekAdmin | Asked On: Jan 14th, 2006

Hello all,  we are looking for tech related articles and tutorials for our sites.  if you are interested in writing them in your free time, please send them using contact link from the site.Articles and tutorials must be original and not copied from any books or websites.  we run copyscrape...

Answered by: GeekAdmin on: Apr 9th, 2006

Hello Manu, 

We had sent mail to you few weeks ago.. not sure if it's ended in SPAM box.  We did not get any articles.. where did you submit.... ?.  Please reply to the email I will be sending. today.  Thanks

Admin

Answered by: vmshenoy on: Apr 9th, 2006

 y no reply?Its really surprising and very dissapointing too!V dont expect this from the administrator of such a good site.

[contribution contest jan 2006] get $50 paypal prize money or $50 amazon gift certificate

Asked By: GeekAdmin | Asked On: Jan 1st, 2006

Contest rulesstart date : jan 1st 2006end date : jan 31st 20061. You must be a member of geekinterview. This is very important to track your score.2. Each new question or comments added will be counted towards your contribution score after they are approved by admin. 3. You comment or questions should...

Answered by: ashutosh_dasgupta on: Apr 28th, 2006

when is the contest for may going to start !!!!!!!!!!!!!

Answered by: GeekAdmin on: Feb 13th, 2006

 Hello sameeksha,  We have processed your reward for being Member of the Month Jan 2006.  "Thanks! You have purchased 1 gift certificate for $50.00. We will send an e-mail message to sa...

[contribution contest dec 2005] get $20 paypal prize money

Asked By: GeekAdmin | Asked On: Dec 10th, 2005

Contest rulesstart date : dec 10th 2005 end date : dec 31st 20051. You must be a member of geekinterview. This is very important to track your score.2. Each new question or comments added will be counted towards your contribution score after they are approved by admin. 3. You comment or questions should...

Answered by: GeekAdmin on: Jan 7th, 2006

Note: Payment Processed.

Answered by: GeekAdmin on: Jan 1st, 2006

Hello Sisira, Congratulations Sisira for winning Member of the Month contest . Please use contact us form to send your Paypal email address to get your prize money.Member of the Month : sisira, Micro...

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us: