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 to construct a simulator keeping the logical boolean gates in c

1718


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

704


What is scope rule of function in c?

540


How to explain the final year project as a fresher please answer with sample project

462


What is a null pointer in c?

587






What is the difference between array and linked list in c?

593


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5051


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

759


Are c and c++ the same?

623


What does struct node * mean?

591


What is the process to generate random numbers in c programming language?

601


Explain what is output redirection?

659


What is NULL pointer?

671


What is the difference between procedural and declarative language?

639


If I have a char * variable pointing to the name of a function ..

642