What do you mean by team??

Answer Posted / kratikagoel

when people perform a task together is called team.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what math functions are available for integers? For floating point?

602


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1754


Explain the difference between strcpy() and memcpy() function?

582


#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); }

773


What is the use of in c?

566






Define Array of pointers.

623


Can a pointer point to null?

578


What is function definition in c?

576


Is it possible to execute code even after the program exits the main() function?

800


Differentiate between the expression “++a” and “a++”?

689


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1458


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

972


Why can’t we compare structures?

801


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

626


What is the use of bit field?

625