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 the use of #define preprocessor in c?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
Write a function to find the area of a triangle whose length of three sides is given
What is cohesion and coupling in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is main return c?
List the difference between a "copy constructor" and a "assignment operator"?
What is a C array and illustrate the how is it different from a list.
What is the difference between int main and void main?
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
Why is c faster?
Explain main function in c?