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
What is 'bus error'?
Write program to remove duplicate in an array?
can we declare a function in side the structure?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
Can main () be called recursively?
program to print circle structure
What is strcmp in c?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
What is %g in c?
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }