How can I find the modification date of a file?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of function in c?
what is the program to display your name in any color?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
can we print any string in c language without using semicolon(;)(terminator) in whole program.
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
List some of the dynamic data structures in C?
explain how do you use macro?
A C E G H +B D F A I ------------ E F G H D
How can I sort a linked list?