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
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
What are the types of arrays in c?
How can you increase the size of a dynamically allocated array?
Do you know the use of 'auto' keyword?
What are reserved words with a programming language?
What are the 5 elements of structure?
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
Explain the difference between call by value and call by reference in c language?
in which language c language is written?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
swap two integer variables without using a third temporary variable?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me