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
Is a house a shell structure?
Tell me is null always defined as 0(zero)?
What is #line?
How can I implement sets or arrays of bits?
Can you explain the four storage classes in C?
Write a program to print "hello world" without using a semicolon?
How can a string be converted to a number?
In c programming language, how many parameters can be passed to a function ?
in iso what are the common technological language?
Why is python slower than c?
What is typedef example?
What is bin sh c?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Is return a keyword in c?
What is difference between %d and %i in c?