a 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
No Answer is Posted For this Question
Be the First to Post Answer
what is uses of .net
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement
what does keyword ‘extern’ mean in a function declaration?
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What are high level languages like C and FORTRAN also known as?
What is key word in c language?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets