What are structure types in C?



What are structure types in C?..

Answer / Ajay Kumar Bhartiya

Structure types in C refer to custom data types that can be defined by combining multiple data members of different kinds. Structure variables allow you to group related data and access their individual elements using member access syntax.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Why is void main used?

1 Answers  


what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


How does placing some code lines between the comment symbol help in debugging the code?

1 Answers  


What is the difference between array and linked list in c?

1 Answers  


Why does not use getgh(); and <conio.h> in c language.

3 Answers   Elofic,


Why we use stdio h in c?

1 Answers  


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

1 Answers   TCS,


What is volatile variable in c?

1 Answers  


How are 16- and 32-bit numbers stored?

1 Answers  


What is switch in c?

1 Answers  


what is d pitfalls of registers variables

3 Answers   TCS,


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

8 Answers   Aspire,


Categories