Answer Posted / suriya
Structures are the C equivalent of records. A structure type
is defined by
struct struct-name
{
type field-name;
type field-name; ...
}
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the difference between text files and binary files?
What is bin sh c?
Why is c still so popular?
What are the different categories of functions in c?
What is the data segment that is followed by c?
how to create duplicate link list using C???
Describe newline escape sequence with a sample program?
write a program to print largest number of each row of a 2D array
Why array is used in c?
Is printf a keyword?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What are the advantages and disadvantages of pointers?
Can you write the function prototype, definition and mention the other requirements.
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is quick sort in c?