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 |
enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
Explain what are global variables and explain how do you declare them?
What is C++
Why do we use namespace feature?
Is main is user defined function?
What are the main characteristics of c language describe the structure of ac program?
How do I declare a pointer to an array?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
In how much time you will write this c program? Prime nos from 1 to 1000
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Is it possible to create recycle bin in mobiles?
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }