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

Post New Answer

More C Interview Questions

What are the primitive data types in c?

0 Answers  


#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

16 Answers   Accel Frontline, Opera, Oracle,


Define function pointers?

1 Answers  


printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


What is function what are the types of function?

0 Answers  






What's the best way of making my program efficient?

0 Answers   Celstream,


Is sizeof a keyword in c?

0 Answers  


what is event driven software and what is procedural driven software?

0 Answers  


Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work

2 Answers  


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


What are local static variables?

0 Answers  


Program to write some contents into a file using file operations with proper error messages.

2 Answers  


Categories