Answer Posted / anandhi
structure is nothing but user defined data types...
structure used then more then one datatypes used in single
strud\cture...
syntax:
struct [struct_name]
{
datatype var1;
...
...
};
struct variable creation:
syntax:
struct [name]
{
...
...
}[struct var_name];
[struct var_name].variablename;
.......................................
ex:
Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How can I direct output to the printer?
What is a memory leak? How to avoid it?
Write a code to generate a series where the next element is the sum of last k terms.
What is clrscr in c?
What does struct node * mean?
Is sizeof a keyword in c?
What is maximum size of array in c?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is #define in c?
Is array name a pointer?
Is a house a shell structure?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
write a program to rearrange the array such way that all even elements should come first and next come odd
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What are the disadvantages of a shell structure?