Differentiate between a structure and a union.
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in C to reverse a number by recursive function?
What math functions are available for integers? For floating point?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
can we initialize all the members of union?
What does do in c?
Give differences between - new and malloc() , delete and free() ?
Write a program to compute the following 1!+2!+...n!
two variables are added answer is stored on not for third variable how it is possible?
Explain how can you tell whether two strings are the same?
what is Array?
Program to find the sum of digits of a given number until the sum becomes a single digit
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n