Why is struct padding needed?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is the difference between functions getch() and getche()?
Explain #pragma in C.
Is it better to bitshift a value than to multiply by 2?
What are the different flags in C? And how they are useful? And give example for each in different consequences?
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
What are two dimensional arrays alternatively called as?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
what is the need for main function in c?
Is it better to use malloc() or calloc()?
write a program of palindrome(madam=madam) using pointer?
If fflush wont work, what can I use to flush input?