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

Why the use of alloca() is discouraged?

2 Answers   Oracle,


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


what is different between auto and local static? why should we use local static?

0 Answers  


What is the role of && operator in a program code?

0 Answers  


what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  






pascal triangle program

2 Answers  


Why doesnt that code work?

0 Answers  


What is a structure and why it is used?

0 Answers   Hexaware,


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

6 Answers  


write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..

1 Answers  


Define Array of pointers.

0 Answers  


What are the data types present in c?

0 Answers  


Categories