
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!
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.
Stay ahead in your career. Get AmbitionBox app


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
AmbitionBox Awards
Get AmbitionBox app

