how to sort two array of characters and make a new array of
characters.
Answer / vijay
first merge two arrays and eliminate duplicate elements and
we can sort it
| Is This Answer Correct ? | 5 Yes | 3 No |
Explain what will the preprocessor do for a program?
What is a built-in function in C?
Is stack a keyword in c?
write a function for strtok()??
How can I convert a number to a string?
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
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
how to use enum datatype?Please explain me?
will u give me old quesrion papers for aptitude for L & t info tech?
explain what are actual arguments?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.