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
Eight queens puzzle
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
How can I remove the trailing spaces from a string?
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
Tell me is null always defined as 0(zero)?
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
void main() { int i=5; printf("%d",i+++++i); }
Who invented bcpl language?
How can you access memory located at a certain address?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
If null and 0 are equivalent as null pointer constants, which should I use?
What is the correct declaration of main?