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
How does placing some code lines between the comment symbol help in debugging the code?
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
show how link list can be used to repersent the following polynomial i) 5x+2
main difference between c and c++ language
When should a type cast not be used?
Explain what are the different file extensions involved when programming in c?
what is ans for this scanf(%%d",c);
What is the easiest sorting method to use?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What are the restrictions of a modulus operator?
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
Write a program to print all permutations of a given string.