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 |
What is uint8 in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Tell me when is a void pointer used?
What is the difference between exit() and _exit() function in c?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is wrong with this code?
What are the __date__ and __time__ preprocessor commands?
how to find the sizof of any datatype using bit manipulations
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
What is the explanation for the dangling pointer in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.