How we can write a value to an address using macro..?
No Answer is Posted For this Question
Be the First to Post Answer
What is huge pointer in c?
How many types of errors are there in c language? Explain
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
What are the different types of control structures?
How is a null pointer different from a dangling pointer?
What are the application of c?
What are the three constants used in c?
read an array and search an element
What are different types of operators?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
write program on arrays
Explain the difference between getch() and getche() in c?