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 the difference between structure and union?
i got 75% in all semester am i eligible for your company
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
What are multibyte characters?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
where are auto variables stored? What are the characteristics of an auto variable?
what is the format specifier for printing a pointer value?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
which will be first in c compiling ,linking or compiling ,debugging.
can we implement multi-threads in c.
Write a small C program to determine whether a machine's type is little-endian or big-endian.
character array A[12] can hold