Answer Posted / anil
* Padding is useful, for example, in conforming to
externally imposed
layouts of machine registers.
* The obvious advantage is efficient access by CPU.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is boolean in c?
What are the types of macro formats?
Why is c not oop?
What does %p mean?
Why is event driven programming or procedural programming, better within specific scenario?
What does 3 periods mean in texting?
What is the use of getch ()?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
can any one provide me the notes of data structure for ignou cs-62 paper
Can a variable be both constant and volatile?
How to write a multi-statement macro?
Write a program to check palindrome number in c programming?
Why structure is used in c?