to find the closest pair


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the 5 types of organizational structures?

0 Answers  


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }

1 Answers   Wipro,


Explain the priority queues?

0 Answers  


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

0 Answers  






What is getch() function?

0 Answers  


What is typedef struct in c?

0 Answers  


What are the types of assignment statements?

0 Answers  


What are the advantages and disadvantages of c language?

0 Answers  


What is call by reference in functions?

1 Answers  


What is the purpose of scanf() and printf() functions?

0 Answers  


How the processor registers can be used in C ?

7 Answers   HP,


Categories