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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .

2 Answers   Oracle,


How do I access command-line arguments?

2 Answers   Bosch, Wipro,


`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


What is union and structure in c?

0 Answers  






how to add numbers without using arithmetic operators.

14 Answers   TCS,


How many types of functions are there in c?

0 Answers  


write a program to copy a string without using a string?

2 Answers  


What are header files and what are its uses in C programming?

0 Answers  


What are the 5 types of organizational structures?

0 Answers  


How do you override a defined macro?

0 Answers  


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

0 Answers   College School Exams Tests,


Categories