What is structure packing ?
Answers were Sorted based on User's Feedback
See: http://www.geocities.com/vijoeyz/faq/c/padding.txt
Best,
Vijay Zanvar,
Home Page - http://geocities.com/vijoeyz/
| Is This Answer Correct ? | 2 Yes | 5 No |
different between overloading and overriding
why TCS selected more student in the software field from all institution.
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
In which category does main function belong??
Can we add pointers together?
what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
Explain high-order and low-order bytes.
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is %g in c?
What do you mean by team??
void main() { int a=1; while(a++<=1) while(a++<=2); }