![]() Related Questions Skill/Topic: Variables and PointersA) Memory is reserved by using a data type in a declaration statement.Explanation: The form of a declaration statement varies depending on the programming language you Latest Answer : Just to add on.in Cint i; // it is both declaratoin and definationextern int i; // this is only declaration ... Skill/Topic: Variables and PointersA) 1B) 2C) 3D) 4 Latest Answer : 3 parts. i. SCOPE (private/public/protected) ii. DATATYPE (int, short, long, byte, string, char, etc...)iii. VARIABLE NAMEe.g.private int id;private string name; ... The Data type of a declaration statement tells how much _____ to reserve and the kind of ______ that The Data type of a declaration statement tells how much _____ to reserve and the kind of ______ that will be stored in that ______ location. Skill/Topic: Variables and PointersA) Memory, Data, MemoryExplanation: The Data type of a declaration statement tells how much memory to reserve and the kind of data that will be stored in that memory Skill/Topic: Variables and PointersA) A user-defined data type is a group of primitive data types defined by the programmer. Latest Answer : it is defined as collection of predefined data types or it can be a single predefined data type ... The size of a structure is determines by the Product of sizes of all primitive data types within the The size of a structure is determines by the Product of sizes of all primitive data types within the structure? Skill/Topic: Variables and PointersA) TrueB) FalseExplanation: The size of a structure is the sum of the sizes of all the primitive data types within the structure Skill/Topic: Variables and PointersA) You use a structure to access parts of a dataB) You use a structure to group together related data.C) You use a structure to declare an instance of data groupExplanation: Latest Answer : the differnecebetween structure and union is ....the size of structure is sum of all data types containing the structure where as the size of union is the size of largest data type the union contains..... ... Skill/Topic: Variables and PointersA) FalseB) TrueExplanation: A pointer is a variable and can be used as an element of a structure and as an attribute of a class in some programming languages such as Latest Answer : yeh, we can call pointer as a variable .it is used in some languages which supports its use.the datatype of pointer is of ptr,and not of datatype of the variable to which it is pointing. ... Tags : Pointer Skill/Topic: Variables and PointersA) Address, PointerExplanation: A pointer to a pointer is a variable whose value is an address of another pointer variable Latest Answer : address,pointer ... Tags : Pointer Skill/Topic: Variables and PointersA) arrange data by moving data in memoryB) arrange data by moving pointer in memoryC) arrange data without having to move data in memory.D) None of the aboveExplanation: Latest Answer : ans: C ... Tags : Pointer Skill/Topic: Variables and PointersA) The data type in this is CharExplanation: The data type of the memory address stored in the pointer is of Character type Latest Answer : The datatype is char * type that is the variable points to a location(stores the address of the location) which contains character type data ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||