Answer Posted / siddiqui mohd. faisal
Do you mean that can we access one file from directory
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can static variables be declared in a header file?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is the difference between local variable and global variable in c?
Is c is a low level language?
Can an array be an Ivalue?
Differentiate between new and malloc(), delete and free() ?
Differentiate between a for loop and a while loop? What are it uses?
what value is returned to operating system after program execution?
Why should I use standard library functions instead of writing my own?
Describe dynamic data structure in c programming language?
What is the use of putchar function?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Explain what are binary trees?
What are c identifiers?
What is typedef?