What is anagram in c?


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

Post New Answer

More C Interview Questions

Tell me what are bitwise shift operators?

0 Answers  


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


can we write a c program with out using main

3 Answers  


print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar

4 Answers   IBM,


I need a sort of an approximate strcmp routine?

0 Answers  






struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

0 Answers   Huawei,


Write a c program using for loop in switch case?

1 Answers   Infosys,


Why calloc is better than malloc?

0 Answers  


Can u return two values using return keyword? If yes, how? If no, why?

7 Answers  


write a C program to print the program itself ?!

16 Answers   TCS,


sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?

2 Answers  


Categories