What is hashing in c?
No Answer is Posted For this Question
Be the First to Post Answer
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
How can variables be characterized?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
Difference Between embedded software and soft ware?
What's the right way to use errno?
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
What is a segmentation fault?
What is the use of clrscr?
Will Macros support multiple arguments ?
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both