HARD
HSSC Clerk
IMPORTANT
Earn 100

Which of the following operations cannot be performed on pointers in C?
(a)Addition of two pointers
(b)Subtraction of a number from a pointer
(c)Subtraction of one pointer from another
(d)Addition of a number to a pointer
(e)None of these

50% studentsanswered this correctly

Important Questions on Practice Sets
HARD
HSSC Clerk
IMPORTANT
Consider the following C declaration:
struct{
short S[];
union{
float y;
long z;
}u;
}t;
Assume that objects of the type short, float and long occupy bytes, bytes, bytes, respectively. The memory requirement for variable t, ignoring alignment considerations, is

HARD
HSSC Clerk
IMPORTANT
Suppose the time to service a page fault is on an average while a memory access takes then hit ratio results in effective memory access time of:

HARD
HSSC Clerk
IMPORTANT
Address Resolution Protocol (ARP) is used for:

MEDIUM
HSSC Clerk
IMPORTANT
The base line for a software in terms of Software Configuration Management is:

HARD
HSSC Clerk
IMPORTANT
Fourth Normal Form (NF) relation are needed when:

EASY
HSSC Clerk
IMPORTANT
A network transmission technology where a data parcel is simultaneously transmitted to selected group of computers is called _____.

HARD
HSSC Clerk
IMPORTANT
The recurrence relation
It has a solution equal to:

MEDIUM
HSSC Clerk
IMPORTANT
The action of parsing the source program into the proper syntactic classes is known as:
