can we access one file to one directory?
Answer / siddiqui mohd. faisal
Do you mean that can we access one file from directory
| Is This Answer Correct ? | 0 Yes | 1 No |
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
What is the exact difference between '\0' and ""
difference between string and array?
what are the languages used in c#?
how to create duplicate link list using C???
Write a program to reverse a linked list in c.
Is r written in c?
How can you convert integers to binary or hexadecimal?
Why should I prototype a function?
What are the similarities between c and c++?
What are the advantages of using Unions?
Give the rules for variable declaration?