Explain how do you sort filenames in a directory?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
What are header files? What are their uses?
What is table lookup in c?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
How do I swap bytes?
how to go with this?
What are the features of c languages?
Which is the memory area not included in C program? give the reason
what is the use of operator ^ in C ? and how it works?
Why header files are used?
Explain the difference between strcpy() and memcpy() function?
How do I get an accurate error status return from system on ms-dos?