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 |
Explain spaghetti programming?
What is #line in c?
Read two numbers from keyboard and find maximum of them?
why should i select you?
main() { int a[10]; printf("%d",*a+1-*a+3); }
What is data type long in c?
List the different types of c tokens?
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
What are the basic data types associated with c?
How can you draw circles in C?
What is #include cctype?