Explain how do you sort filenames in a directory?
No Answer is Posted For this Question
Be the First to Post Answer
Write a code to generate a series where the next element is the sum of last k terms.
what is the different between data structure and data type?
Give me the code of in-order recursive and non-recursive.
What is array in C
What is structure in c definition?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
What is the use of in c?
cavium networks written test pattern ..
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
which header file contains main() function in c?
17 Answers Google, HCL, TCS,