How can I do peek and poke in c?


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

Post New Answer

More C Interview Questions

What is the difference between typedef and #define?

0 Answers  


what is the use of operator ^ in C ? and how it works?

2 Answers  


Difference between C and Embedded C?

1 Answers  


write an interactive program to generate the divisors of a given integer.

7 Answers   TCS,


#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,






what does static variable mean?

0 Answers   TCS,


What are the preprocessors?

9 Answers   HP,


What is the difference between c and python?

0 Answers  


inline function is there in c language?

4 Answers  


a 'c' program to tell that the set of three coordinates lie on a same line

3 Answers   Persistent,


How do you print an address?

0 Answers   TCS,


what is the difference between getch() and getche()?

7 Answers   Infosys,


Categories