What do you mean by team??
Answers were Sorted based on User's Feedback
Answer / sarma
as every one knows tteam is a literal word that word
meaning group of persons working together for attaing their
common goal.
| Is This Answer Correct ? | 12 Yes | 5 No |
Answer / raju thapa
TEAM -
T - Together
E - Everyone
A - Achieves
M - More
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shaili kaur
A team is a group of people working together towards a common goal.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kratikagoel
when people perform a task together is called team.
| Is This Answer Correct ? | 1 Yes | 3 No |
what are far pointers?
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
What is enumerated data type in c?
Do variables need to be initialized?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
Why string is used in c?
Write a program to print factorial of given number using recursion?
Explain enumerated types.
How can I determine whether a machines byte order is big-endian or little-endian?
Describe advantages and disadvantages of the various stock sorting algorithms