How is a structure member accessed?
No Answer is Posted For this Question
Be the First to Post Answer
how to find out the union of two character arrays?
biggest of two no's with out using if condition statement
what is level of tree if leaf node is at level 4.please explain.
How do I swap bytes?
How to write a code for reverse of string without using string functions?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
How we can insert comments in a c program?
What is the difference between procedural and declarative language?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What should malloc(0) do?
what is the hardware model of CFG( context free grammar)