Asked inPwC,Associate

Given two strings, write code to determine if they are anagrams of each other.

AnswerBot
2y

Code to check if two strings are anagram or not.

  • Convert both strings to lowercase to avoid case sensitivity

  • Sort both strings and compare them

  • Use a hash table to count the frequency of each character i...read more

PrepInsta
author
3y
#include int main() { //Initializing variables. char str[100]; int i; int freq[256] = {0}; //Accepting inputs. printf("Enter the string: "); gets(str); //Calculating frequency of each character. for(i...read more
Help your peers!
Select
Add answer anonymously...

PwC Associate interview questions & answers

An Associate was asked 1w agoQ. Where is the income line located in form 1120?
An Associate was asked 1w agoQ. Does every state follow the same rules?
An Associate was asked 3mo agoQ. How is the purchase order type determined in schedule lines?

Popular interview questions of Associate

An Associate was asked 1w agoQ1. Where is the income line located in form 1120?
An Associate was asked 1w agoQ2. Does every state follow the same rules?
An Associate was asked 3mo agoQ3. How is the purchase order type determined in schedule lines?

Top HR questions asked in PwC Associate

An Associate was asked 1d agoQ1. How flexible are you with the office location?
An Associate was asked 1d agoQ2. What values and opportunities do you appreciate in PwC that influenced your desi...read more
An Associate was asked 1w agoQ3. Tell me about your previous work experience.
PwC Associate Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits