How can you access memory located at a certain address?


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

Post New Answer

More C Interview Questions

Symmetric technologies interview questions. For Computer science candidates the first round is a objective type written test consisting of 16 questions.It is very easy ,any police man can solve this. And next round is a written test consists of both objective and subjective .Total 40 question related to c,c++ and operating system related questions. And then a technical interview and give some program to solve with computer.The md is adamant person, whatever he says we have to accept that is the condition. And one more thing ,,,these interview is just for a formality..the company will select only innocent guys.. the person's without a backbone only they require.. And u have to submit the certificates this is the most important problem...So if you are not getting any other jobs..then only join with this... It is better to try for other company...And apart from that symmetric do a lot of projects..If a candidate can manage everything u can join and make good career with this company... The Md will normally speak rudely..but he is good person and he will give you a lot of very good chances to improve your career....but with cheap salary....

0 Answers   Symmetric Technologies,


convert 12345 to 54321 withoutusing strig

5 Answers  


Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,


what are the compilation steps? ( i want inside the compiler )

2 Answers  


consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is

4 Answers   TCS,






What does c in a circle mean?

0 Answers  


What is diffrance between declaration and defination of a variable or function

4 Answers  


How do you convert strings to numbers in C?

0 Answers  


Why do we use main function?

0 Answers  


write a program to display the array elements in reverse order in c language

16 Answers  


Explain 'far' and 'near' pointers in c.

0 Answers  


Explain how can type-insensitive macros be created?

0 Answers  


Categories