What is hashing in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is stack in c?
why arithmetic operation can’t be performed on a void pointer?
What is the 'named constructor idiom'?
What is the difference between int and float?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
How we can set and clear bit in a byte using macro function?
how to implement stack work as a queue?
Are pointers integers in c?
What are valid operations on pointers?
What is the difference between a structure and a union?
Bit swapping
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )