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
Why static is used in c?
What do you mean by a sequential access file?
Explain the binary height balanced tree?
What is the difference between malloc() and calloc() function in c language?
What is the stack in c?
Do variables need to be initialized?
Explain what is the difference between null and nul?
how to find binary of number?
What is the data segment that is followed by c?
Can I initialize unions?
How can I sort more data than will fit in memory?
Are global variables static in c?
Explain what will the preprocessor do for a program?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How can I run c program?