what is the different between data structure and data type?
Answer / shalini
data structure is the way of organising and storing the
data, where as data type is the one that defines the
required data for the program requirement.
ex: integer, char,float
| Is This Answer Correct ? | 11 Yes | 1 No |
WHAT IS LOW LEVEL LANGUAGE?
convert 0.9375 to binary
How can variables be characterized?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Write a program that his output 1 12 123
What is the purpose of the fflush() function in C?
Are negative numbers true in c?
What is logical error?
What is the difference between a free-standing and a hosted environment?
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
explain about storage of union elements.