how to find anagram without using string functions using
only loops in c programming
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
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
How would you obtain the current time and difference between two times?
What is echo in c programming?
What is pointer to pointer in c language?
Are the variables argc and argv are local to main?
What is a macro in c preprocessor?
what are the facialities provided by you after the selection of the student.
Explain what is the benefit of using #define to declare a constant?
What is the use of gets and puts?
Why we write conio h in c?
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