How can I find the modification date of a file?
No Answer is Posted For this Question
Be the First to Post Answer
how to do in place reversal of a linked list(singly or doubly)?
Explain what is the difference between functions getch() and getche()?
How many keywords (reserve words) are in c?
What is the difference between call by value and call by reference in c?
Do pointers store the address of value or the actual value of a variable?
What are categories used for in c?
List the variables are used for writing doubly linked list program.
What is a pointer value and address in c?
Explain what header files do I need in order to define the standard library functions I use?
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Explain the difference between malloc() and calloc() in c?