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 is a dynamic array in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What are volatile variables in c?
How many keywords are there in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Explain how many levels deep can include files be nested?
What is the difference between memcpy and memmove?
What is c basic?
How main function is called in c?
What is anagram in c?
What are the types of pointers in c?
What functions are used for dynamic memory allocation in c language?
What is a macro, and explain how do you use it?
Explain how can a program be made to print the line number where an error occurs?