a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
how many key words availabel in c a) 28 b) 31 c) 32
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
what is the difference between 123 and 0123 in c?
can we implement multi-threads in c.
how do you execute a c program in unix.
Find MAXIMUM of three distinct integers using a single C statement
List some of the static data structures in C?
List some of the dynamic data structures in C?
What is a string?
What is break statement?