Answer Posted / khaja
packing structures in a place or memory
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why is C language being considered a middle level language?
When the macros gets expanded?
Describe the difference between = and == symbols in c programming?
What do you mean by recursion in c?
Explain what is a program flowchart and explain how does it help in writing a program?
Explain what is the concatenation operator?
What is restrict keyword in c?
What is %lu in c?
Why c language?
Can you write the function prototype, definition and mention the other requirements.
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
what is the different bitween abap and abap-hr?
Which is better oop or procedural?
How can I sort a linked list?
What is strcpy() function?