Declaration int *(*p) int(*a) is

1.4 Declaration int *(*p) int(*a) is
A) A pointer to function that accept an integer argument and return an integer
B) A pointer to a, which returns an integer
C) A pointer to subroutine which returns an integer
D) None of the above

In a multilist organisation

1.2 In a multilist organisation
A) records that have an equivalent value for a given secondary index item are linked together to form a list
B) records are loaded in ordered sequence defined by collating sequence by content of key
C) records are directly accessed by records key field
D) none of the above

The two type of file structures existing in VSAM file are

1.1 The two type of file structures existing in VSAM file are
A) Key sequenced structures, entry sequenced structures
B) Key sequenced structure, exit sequenced structures
C) Entry sequenced structures, exit sequenced structures
D) None of the above

In the following declaration statement:

a) In the following declaration statement:
char c=’A’;
Variable c stores one byte of memory space while character constants ‘A’ stores one byte
memory space. How one byte variables can stores two byte character constant? What is
automatic type promotion in c?