Explain how do you list a file’s date and time?
No Answer is Posted For this Question
Be the First to Post Answer
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
What is difference between array and pointer in c?
What is the correct declaration of main?
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
Why should I use standard library functions instead of writing my own?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
say the following declaration is correct nr not. int b=a,n=0;
How to avoid structure padding in C?
What are the different types of objects used in c?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion