What do you mean by team??

Answer Posted / raju thapa

TEAM -


T - Together
E - Everyone
A - Achieves
M - More

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I get back to the interactive keyboard if stdin is redirected?

659


What is the purpose of scanf() and printf() functions?

706


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1505


Explain how are portions of a program disabled in demo versions?

642


Explain the concept and use of type void.

619






Can we replace the struct function in tree syntax with a union?

765


What is static function in c?

618


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

772


What is pragma c?

601


What is define c?

563


How do you define a string?

646


Can we increase size of array in c?

525


Why we use stdio h in c?

570


Explain how can I avoid the abort, retry, fail messages?

581


How many types of operator or there in c?

591