what does data structure mean?

Answer Posted / dippi

data structure is a structure in which elements having
different datatypes can be kept

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1522


Is c easier than java?

578


What is the difference between strcpy() and memcpy() function in c programming?

629


What is nested structure in c?

616


What is pointer to pointer in c?

636






Explain the use of fflush() function?

628


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1858


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

602


What are near, far and huge pointers?

650


What is the difference between ‘g’ and “g” in C?

2602


Compare interpreters and compilers.

642


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

774


How do you define a string?

659


What is wrong with this declaration?

615


What is static and auto variables in c?

571