Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
No Answer is Posted For this Question
Be the First to Post Answer
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
sir, i cannot find the way how to write aprogram by using array on queue
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
how to use virual function in real time example
What is difference between scanf and gets?
Why is C called a middle-level language?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Why enum is used in c?
Explain modulus operator.
What is a function simple definition?
When can you use a pointer with a function?
Is c dynamically typed?