What is the package for freshers(Non IIT) in
amazon(hyderabad). And what is the same for those who are a
contract employee.


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

Post New Answer

More C Interview Questions

What is quick sort in c?

0 Answers  


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

4 Answers   CitiGroup,


Concat two string with most overlapped substring has to removeĀ  "abcd"+ "cdef" = "abcdef

6 Answers  


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,






There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?

8 Answers   Google,


Explain how do you sort filenames in a directory?

0 Answers  


LOGIC OF Bodmas?

1 Answers  


when to use : in c program?

2 Answers  


What are c identifiers?

0 Answers  


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

0 Answers  


Why calloc is better than malloc?

0 Answers  


Categories