Questions 1 - 10 of 7101
Close
Flag this interview question as inappropriate Inappropriate
See Answer
The interviewer who asks this question wants to discover if you are flexible, enjoy working in a team environment, have experience in this area, and what your viewpoints are on the subject.
Create Date
:
Friday, March 21, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (1) :
1.
Candace Davies
Friday, October 30, 2009 5:58 AM
The interviewer who asks this question wants to discover if you are flexible, enjoy working in a team environment, have experience in this area, and what your viewpoints are on the subject. It is always wise to speak about some of the positive aspects of team-teaching, such as: It is an effective strategy for teaching large groups of students. Team teaching encourages teachers to collaborate and generate ideas, as well as learn from each other ... two heads are always better than one! Talk about team-teaching experiences you have had, and the positive results that transpired.
If you haven't had any hands-on experience, explain that you enjoy working in a team setting and are excited about the possibility of participating in team teaching.

Candace Davies, Owner of A+ Resumes for Teachers
http://www.resumes-for-teachers.com
Flag this interview question as inappropriate Inappropriate
See Answer
When .NET was introduced it came with several languages. VB.NET, C#, COBOL and Perl, etc. Though its said .Net supports 44 languages.
Create Date
:
Monday, September 03, 2007
Tags
:
Asked At
:
None
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (4) :
1.
mayank
Thursday, October 29, 2009 6:09 AM
it supports more than 54 languages
2.
nishtha ,
Friday, September 04, 2009 3:13 AM
well thanx for the info. but will u pls mention their names also...........
Flag this interview question as inappropriate Inappropriate
See Answer
Be the first one to answer the question Click here to answer
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
#include<stdio.h>
int main()
{
struct bit field{
int x:4;
char c:6;
};
return 0;
}
(or)
struct bit_field{
unisgned int x:3;
unsigned int y:6;
unsigned int z:8;
};
int main()
{
struct bit_field bit;
bit.x=3;
bit.y=15;
bit.z=12;
}
}
Create Date
:
Wednesday, November 07, 2007
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
It's a combination of software and hardware Which are embedded by Kiel compiler to perform desired task.

alternate answer:
Embedded systems refer to devices, instruments or large engineering structures/systems that are built to handle one or a few pre-established tasks. The computer controlling the whole thing is built into or 'embedded' within the device.

Create Date
:
Tuesday, March 11, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
#include<stdlib.h>
#include<stdio.h>
int main()
{
int n = 1234;
char p[20];
itoa(n,s,10);
printf("n=%d,s=%s",n,s);
return 0;
}
itoa(n,s,10);

Notice that the itoa() function takes three arguments: the first argument is the number you want to convert to the string, the second is the destination string to put the converted number into, and the third is the base,
or radix, to be used when converting the number.
Create Date
:
Sunday, March 16, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
An inline function replaces the call to the function by the body of the function, thus reducing the overhead of saving the context in stack. This is good for functions which are small in size and called occasionally. A recursive function calls an instance of itself and thus can be a deeply nested. Different compilers handle this differently. Some will inline it up to a certain depth and then call a non-inlined instance for further recursion; others will not inline the function at all and generate a normal function call.
Create Date
:
Sunday, March 16, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Be the first one to answer the question Click here to answer
Create Date
:
Sunday, October 28, 2007
Asked At
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
A job that allows me to grow in the organization
A job where i can make a positive contribution to the growth of the firm
A job where i am comfortable with my coworkers
A job that pays a decent salary
A job that is so interesting that i am motivated to continue educating myself to be the best that i can be in the field
Create Date
:
Thursday, August 14, 2008
Tags
:
None
Asked At
:
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (2) :
1.
globalindian
Wednesday, September 03, 2008 9:15 AM
I like living in my home country..so my ideal job
would be something with which i can work in my home country and at the same time flexible to travel around with family.
2.
bbfromdc
Tuesday, September 02, 2008 5:32 PM
A job where i can watch over my husband.:-)
Flag this interview question as inappropriate Inappropriate
See Answer
Be the first one to answer the question Click here to answer
Create Date
:
Thursday, October 15, 2009
Tags
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 


Check out our newest job listings!

Post a Job! $49 for 60 days



Suggestions & Comments




Share Your Interview Questions
Ask Interview Questions
View Unanswered Questions

















Advertise on this site