What is difference between structure and union in c?
No Answer is Posted For this Question
Be the First to Post Answer
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 an endless loop?
Method Overloading exist in c ?
about c language
array of pointer pointer to array pointer to pointer
Why is c known as a mother language?
what is the difference between NULL('\0') and 0?
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
write a program structure to find average of given number
Explain what are its uses in c programming?
What kind of structure is a house?
How is a null pointer different from a dangling pointer?