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
What are the restrictions of a modulus operator?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
What is array of structure in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
For what purpose null pointer used?
what do structure language means?
What is the use of f in c?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
Program to find larger of the two numbers without using if-else,while,for,switch
Which is more efficient, a switch statement or an if else chain?