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

Post New Answer

More C Interview Questions

Explain what is the benefit of using an enum rather than a #define constant?

0 Answers  


What is sizeof return in c?

0 Answers  


Write a program in c to replace any vowel in a string with z?

0 Answers   IBS,


what is pointer?

4 Answers  


int x=sizeof(!5.856); What will value of variable x?

2 Answers  






how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

0 Answers   TCS,


#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


What is the difference between new and malloc functions?

0 Answers   InterGraph,


What is s in c?

0 Answers  


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

0 Answers  


When should the volatile modifier be used?

0 Answers  


What do the functions atoi(), itoa() and gcvt() do?

0 Answers   Aspire, Infogain,


Categories