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 |
Why is void main used?
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?
What is the difference between array and linked list in c?
Why does not use getgh(); and <conio.h> in c language.
Why we use stdio h in c?
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
What is volatile variable in c?
How are 16- and 32-bit numbers stored?
What is switch in c?
what is d pitfalls of registers variables
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10