Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 25089

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 12850

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 26231

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

5 22696

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 15931

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

5 22314

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.

1219

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

1056

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

1 1620

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

1016

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.

1037

What are the differences between new and malloc in C?

1075

Post New Amazon C Interview Questions


Amazon C Interview Questions


Un-Answered Questions

List the steps you would take to transfer employee's salary from hr to fi?

900


what is entity graph in entity framework?

1062


Any challenging situation that you have faced and after which you felt a sense of accomplishment?

1338


Can Exception handling we can handle multiple catch blocks?

981


What's relationship between JavaScript and ECMAScript? And What are JavaScript types?

1007


Do events have return type c#?

870


What is a collection in backbone.js?

1


Can we join tables without foreign key?

909


when do we need to use maxscratch parameter?

866


when i post a billing document for free goods how can i exclude for a line item (cost element type 1),not to create a profitability segment but only a cost center thanks in advance

2005


Why do we prefer lstm over rnn?

827


Define data integrity? How does hdfs ensure data integrity of data blocks stored in hdfs?

52


What is spring mvc flow?

437


Explain the difference between .net 2000 and .net 2005(features)? Which one is better?

966


What are allotropes?

894