Answer Posted / a\sivasankar.a
structure is an derived data type and it is a collection of
different data types stored in s single stucture
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is that possible to add pointers to each other?
How to declare a variable?
What is static and volatile in c?
What is #define?
Why doesnt long int work?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
How do we print only part of a string in c?
How do you define structure?
What is the use of bit field?
Write a program to reverse a linked list in c.
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Here is a neat trick for checking whether two strings are equal
Why do we use header files in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Explain bit masking in c?