Placement Papers - Accenture

Accenture
Accenture Mostly Asked Technical Questions
Posted by :
Sandu
(100)
Paper : Accenture Mostly Asked Technical Questions

1. Pointer to structure.

2. Static variable and difference btw(const char *p,char const *p,const char* const p).

3 pass by value & reference.

4. String library functions (syntax).

5. Write a program to compare two strings without using the strcmp() function.

6. Write a program to concatenate two strings.

7. Write a program to interchange 2 variables without using the third one.

8. Write programs for String Reversal & Palindrome check.

9. Write a program to find the Factorial of a number.

10. Write a program to generate the Fibonacci Series.

11. Searching and sorting algorithms with complexities.