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

Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986

1 Answers  


main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?

3 Answers   Excel,


How would you obtain the current time and difference between two times?

0 Answers   TISL,


What is echo in c programming?

0 Answers  


What is pointer to pointer in c language?

0 Answers  


Are the variables argc and argv are local to main?

0 Answers   TISL,


What is a macro in c preprocessor?

0 Answers  


what are the facialities provided by you after the selection of the student.

0 Answers   TCS,


Explain what is the benefit of using #define to declare a constant?

0 Answers  


What is the use of gets and puts?

0 Answers  


Why we write conio h in c?

0 Answers  


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

0 Answers  


Categories