how to find anagram without using string functions using
only loops in c programming


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

Post New Answer

More C Interview Questions

can we define a function in structure?

2 Answers  


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,


parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 Answers  


Where can I get an ansi-compatible lint?

0 Answers  


What is quick sort in c?

0 Answers  






What is malloc() function?

0 Answers  


Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .

4 Answers   State Bank Of India SBI,


what is the function of void main()?

8 Answers  


write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.

5 Answers   Temenos,


f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?

5 Answers   Geometric Software,


where do we use volatile keyword?

1 Answers  


What is your stream meaning?

0 Answers  


Categories