How we can write a value to an address using macro..?


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

Post New Answer

More C Interview Questions

What is huge pointer in c?

0 Answers  


How many types of errors are there in c language? Explain

0 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y

2 Answers   TCS, Tech Synergy,


What are the different types of control structures?

0 Answers  


How is a null pointer different from a dangling pointer?

0 Answers  






What are the application of c?

0 Answers  


What are the three constants used in c?

0 Answers  


read an array and search an element

1 Answers  


What are different types of operators?

0 Answers  


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

0 Answers   HP,


write program on arrays

3 Answers   GE, Polycab,


Explain the difference between getch() and getche() in c?

0 Answers  


Categories