How we can write a value to an address using macro..?
No Answer is Posted For this Question
Be the First to Post Answer
code for find determinent of amatrix
what is the significance of static storage class specifier?
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
Explain how can I open a file so that other programs can update it at the same time?
hat is a pointer?
Explain modulus operator.
What are global variables?
Explain how can I avoid the abort, retry, fail messages?
What is pass by value in c?
Difference between C and Embedded C?
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.