How will you find a duplicate number in a array without
negating the nos ?
No Answer is Posted For this Question
Be the First to Post Answer
What is bubble sort in c?
What is c basic?
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
What is the advantage of c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What are control structures? What are the different types?
How can I implement sets or arrays of bits?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
What does 2n 4c mean?
What is union and structure in c?
What are keywords in c with examples?
How many types of errors are there in c language? Explain