How we can write a value to an address using macro..?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use static in c?
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 is unsigened char and what is the difference from char
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
What is the difference between %d and %*d in C
What are the loops in c?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
Is reference used in C?
Which is more efficient, a switch statement or an if else chain?
What is actual argument?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?