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


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

Post New Answer

More C Interview Questions

Can we declare variable anywhere in c?

0 Answers  


Explain how do you determine a file’s attributes?

0 Answers  


What are qualifiers and modifiers c?

0 Answers  


ratio,age,persentage

0 Answers  


Multiply an Integer Number by 2 Without Using Multiplication Operator

0 Answers  






What is equivalent to ++i+++j?

0 Answers  


how to find sum of digits in C?

21 Answers   CTS, Infosys,


What is volatile, register definition in C

0 Answers   Cognizant,


State the difference between realloc and free.

0 Answers   Aricent,


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

0 Answers  


What are the types of c language?

0 Answers  


Categories