to find the closest pair
No Answer is Posted For this Question
Be the First to Post Answer
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What are the features of the c language?
Do you know the use of 'auto' keyword?
how to find out the reverse number of a digit if it is input through the keyboard?
write a proram to reverse the string using switch case?
Is fortran still used today?
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
what are the advantages & disadvantages of unions?
An array name contains base address of the array. Can we change the base address of the array?