Answer Posted / mayur dharmik
1. Structure is USER DATA TYPE,
2. It is the collection of Similar OR Dissimilar data type
of element to create new data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are external variables in c?
What is the use of structure padding in c?
Explain what is a program flowchart and explain how does it help in writing a program?
How can I open files mentioned on the command line, and parse option flags?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Explain what are multibyte characters?
What is the difference between test design and test case design?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What are header files? What are their uses?
Explain 'bit masking'?
What are the similarities between c and c++?
How can you determine the size of an allocated portion of memory?
What are the types of c language?
What is the use of volatile?
What is a nested loop?