The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
1255a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
1096The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
1229a 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
1123the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
1060a 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
1162the 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
1109An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
1169
How do I determine whether a character is numeric, alphabetic, and so on?
What are the types of functions in c?
What are valid signatures for the Main function?
Why do we use null pointer?
What is a null string in c?
What is a method in c?
Explain the difference between malloc() and calloc() function?
What is the advantage of an array over individual variables?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is volatile, register definition in C
Where are some collections of useful code fragments and examples?
Why main is not a keyword in c?
What is the difference between fread and fwrite function?
What is void c?
What is the use of ?