Why is structure padding done in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between C and C++
Differentiate between ordinary variable and pointer in c.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Explain the use of fflush() function?
Why is c called c not d or e?
Explain how do you determine whether to use a stream function or a low-level function?
Difference between fopen() and open()?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is alloca() and why is its use discouraged?
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
write a program for even numbers?
What is an array in c?