Answer Posted / dharmaraj
A STRUCTURE IS "ALL THE DATAS TO SAVING IN ONE UNIT "AND
CALLED IN SINGLE NAME.
the structur is used in use "struct" keyword.
[e.g]
struct struct_name()
{
-----
-----
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between getch() and getche() in c?
Why is extern used in c?
How do you declare a variable that will hold string values?
What is scope rule in c?
Why we use conio h in c?
Define and explain about ! Operator?
Describe the difference between = and == symbols in c programming?
Can you please explain the difference between malloc() and calloc() function?
What is a memory leak? How to avoid it?
How arrays can be passed to a user defined function
Which is better pointer or array?
What is conio h in c?
What does a function declared as pascal do differently?
code for replace tabs with equivalent number of blanks
Can you add pointers together? Why would you?