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 "Hungarian Notation"?
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
What is logical error?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
what is the difference between getch() and getchar()?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Why is sizeof () an operator and not a function?
What is an array in c?
When do we get logical errors?
how to generate sparse matrix in c
what will happen if you free a pointer twice after allocating memory dynamically ?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);