Answer Posted / mayur dharmik
1. Structure is USER DATA TYPE,
2. It is the collection of Similar OR Dissimilar data type
of element to create new data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Can the “if” function be used in comparing strings?
What is pointer to pointer in c?
What is the best way of making my program efficient?
What is a file descriptor in c?
What is the advantage of a random access file?
Can a pointer point to null?
What is the difference between array and linked list in c?
Explain the difference between malloc() and calloc() in c?
What are the rules for the identifier?
int i=10; printf("%d %d %d", i, i=20, i);
What are the 5 elements of structure?
Write a program to know whether the input number is an armstrong number.
State the difference between x3 and x[3].
Explain what are reserved words?