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 |
Explain null pointer.
Explain how does flowchart help in writing a program?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
What is sizeof array?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
Explain what is the most efficient way to store flag values?
write a program to find the largest and second largest integer from an array
What is boolean in c?
What is the value of uninitialized variable in c?
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.