What is anagram in c?
No Answer is Posted For this Question
Be the First to Post Answer
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
How can you return multiple values from a function?
what is pointer ? what is the use of pointer?
Differentiate between declaring a variable and defining a variable?
Why doesnt that code work?
Program to find the value of e raised to power x using while loop
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
why integer range between -327680to+32767
Is there sort function in c?