Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Amazon C Interview Questions
Questions Answers Views Company eMail

How would you print out the data in a binary tree, level by level, starting at the top?

6 22627

Write an interactive c program that will encode or decode a line of text. To encode a line of text, proceed as follows: Convert each character, including blank spaces, to its ASCII equivalent. Generate a positive random integer. Add this integer to the ASCII equivalent of each character. The same random integer will be used for the entire line of text. Suppose that N1 represents the lowest permissible value in the ASCII code, and N2 represents the highest permissible value. If the number obtained in step 2 above exceeds N2, then subtract the largest possible multiple of N2 from this number, and add the remainder to N1. Hence the encoded number will always fall between N1 and N2, and will therefore always represent some ASCII character. Display the characters that correspond to the encoded ASCII values. The procedure is reversed when decoding a line of text. Be certain, however, that the same random number is used in decoding as was used in encoding.

1 11735

if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?

4 24180

What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 20940

write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

1 14935

main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }

5 20124

Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

702

How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

643

What is a C array and illustrate the how is it different from a list.

1 962

What is the time and space complexities of merge sort and when is it preferred over quick sort?

665

Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

640

What are the differences between new and malloc in C?

597

Post New Amazon C Interview Questions


Amazon C Interview Questions


Un-Answered Questions

What is tuple? How to create a tuple in swift?

488


How the programmer of a class should decide whether to declare member function or a friend function?

673


What have been your failures and what have you learned from them?

768


We are working as Merchant Exporter. My Question is can we Sale the products against 'H' Form to the Exporter after purchasing the material against 'C' Form? Or only Manufacturer can make sale against 'H' Form.

1596


Explain the difference between a simulator and emulator.

625






How to retrieve user name in case of Window Authentication?

267


How you can write a custom component and use it inside your app?

3


What is mvp in ios?

452


What are topic tags?

96


What is range() in python? Give an example to explain it.

444


how the qualification of pharma can help in banking

1590


Explain Robot?s command line options?

1606


Can you use order by when defining a view?

566


Explain the important features of vc++?

591


Can any body help me out by telling hoe swelling pressure test of soil is carried out ? some body told me the procedure & formula (change in length /116.3*100%) but still i am confused ? pls help.

1398