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

Amdocs C Interview Questions
Questions Answers Views Company eMail

find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }

10 24358

44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

6 9984

what is array?

63 58076

If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 4904

How will you print TATA alone from TATA POWER using string copy and concate commands in C?

913

Explain a file operation in C with an example.

650

Tell me about low level programming languages.

633

Post New Amdocs C Interview Questions


Amdocs C Interview Questions


Un-Answered Questions

How many static init can you have?

668


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

597


Explain log shipping and mention its advantages.

587


How are free items managed in a po? You need to tick the tem as free in the po. The price will be zero for such po's.

732


How many test cases have you automated per day?

549






How does selection sort work?

535


Which particles/ rays do radioactive substances emit?

538


What is NULL pointer?

671


Which was the most difficult sale you made?

1463


How will you ensure your consistency and efficiency in meeting deadlines once you join the organization?

632


Define what is the effect of temperature on extrinsic semiconductor?

632


What’s wake locks?

479


Which are the two subclasses under exception class?

516


What is server redirect?

541


Define bubbled event?

503