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
where are auto variables stored? What are the characteristics of an auto variable?
What is masking?
What is the most efficient way to count the number of bits which are set in an integer?
What is scanf_s in c?
What is a pointer in c plus plus?
Differentiate fundamental data types and derived data types in C.
What is call by reference in functions?
Differentiate between a for loop and a while loop? What are it uses?
What is #error and use of it?
Why do we use null pointer?
the question is that what you have been doing all these periods (one year gap)
Write a program to show the change in position of a cursor using c
regarding pointers concept
What is the symbol indicated the c-preprocessor?
What is pointer to pointer in c language?