what is data structure?
Answers were Sorted based on User's Feedback
Answer / anandshan01
A data structure is particular way of storing and
organising data in a computer so that it can be
efficiently...
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / raju
ds is a collection of data elements and arranhed aspcific
manner
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / p.saravanana
Data structure is a (computer science) the organization of
data (and its storage allocations in a computer)
Is This Answer Correct ? | 2 Yes | 1 No |
if we take a number as a char then can we manipulate(add, subtract) on this number
What is the collection of communication lines and routers called?
When should a far pointer be used?
What are the primitive data types in c?
what are bit fields in c?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }
What is c++ used for today?
What is the use of a ‘’ character?
What is difference between structure and union with example?
writ a program to compare using strcmp VIVA and viva with its output.
Explain is it better to bitshift a value than to multiply by 2?