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 |
char *p="name"; printf(p);
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
How can you return multiple values from a function?
If fflush wont work, what can I use to flush input?
biggest of two no's with out using if condition statement
What is the difference between macros and inline functions?
Ow can I insert or delete a line (or record) in the middle of a file?
Write a program to check whether a number is prime or not using c?
How are Structure passing and returning implemented by the complier?
What is meant by int fun const(int a, int b) { .... ... }
Is it possible to initialize a variable at the time it was declared?
Can the sizeof operator be used to tell the size of an array passed to a function?