How can I read in an object file and jump to locations in it?


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

Post New Answer

More C Interview Questions

Which node is more powerful and can handle local information processing or graphics processing?

0 Answers  


What is volatile

2 Answers  


how to find the sizof of any datatype using bit manipulations

3 Answers  


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

0 Answers   Aspire, Infogain,


write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20

4 Answers  


What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  


What is the difference between realloc() and free()

1 Answers  


what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


What is graph in c?

0 Answers  


write a program for even numbers?

19 Answers   TCS,


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }

6 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers   Wipro,


Categories