How can I get back to the interactive keyboard if stdin is redirected?
No Answer is Posted For this Question
Be the First to Post Answer
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
what is the use of ‘auto’ keyword?
What is pass by reference in functions?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What ios diff. Between %e & %f?
What is wild pointer in c?
how to find the given number is prime or not?
What is pointers in c with example?
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
Explain the array representation of a binary tree in C.
How can I make sure that my program is the only one accessing a file?