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 is the c value paradox and how is it explained?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
What are the Advantages of using macro
What is a substring in c?
what is the code for getting the output as * ** ***
How can I direct output to the printer?
Why doesnt this code work?
What is malloc calloc and realloc in c?
Why functions are used in c?
what is c
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
When should the const modifier be used?