what is structuer?

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


Please Help Members By Posting Answers For Below Questions

Why static is used in c?

840


What do you mean by a sequential access file?

824


Explain the binary height balanced tree?

914


What is the difference between malloc() and calloc() function in c language?

833


What is the stack in c?

896


Do variables need to be initialized?

818


Explain what is the difference between null and nul?

899


how to find binary of number?

3921


What is the data segment that is followed by c?

841


Can I initialize unions?

825


How can I sort more data than will fit in memory?

890


Are global variables static in c?

891


Explain what will the preprocessor do for a program?

809


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

908


How can I run c program?

939