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

how to add two numbers without using arithmetic operators?

4 Answers  


How do I send escape sequences to control a terminal or other device?

0 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


What is the use of keyword VOLATILE in C?

1 Answers  


How can I make sure that my program is the only one accessing a file?

0 Answers  






What is c programing language?

0 Answers  


write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised

3 Answers  


How do you declare a variable that will hold string values?

0 Answers  


what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }

1 Answers   Google,


What are high level languages like C and FORTRAN also known as?

0 Answers  


4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.

1 Answers   Wipro,


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


Categories