How can I recover the file name given an open stream or file descriptor?
No Answer is Posted For this Question
Be the First to Post Answer
Is int a keyword in c?
Is it possible to execute code even after the program exits the main() function?
void main() { int i=5; printf("%d",i+++++i); }
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
hi how to convert program from notepad to turboc editor can u please help me
What is nested structure in c?
What is anagram in c?
can we print any string in c language without using semicolon(;)(terminator) in whole program.
How do you view the path?
What is the hardest programming language?
What is abstract data structure in c?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));