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
1260a 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
1103The 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
1242a 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
1134the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
1069a 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
1171the 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
1112An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
1176
What the advantages of using Unions?
How many levels of pointers have?
What is the symbol indicated the c-preprocessor?
write a programming in c to find the sum of all elements in an array through function.
Explain how can you tell whether a program was compiled using c versus c++?
What is the use of header files?
Can you explain the four storage classes in C?
Explain 'bus error'?
What happens if header file is included twice?
How many keywords (reserve words) are in c?
Explain spaghetti programming?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
explain what is an endless loop?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is the meaning of c in c language?