What is the right way to use errno?
No Answer is Posted For this Question
Be the First to Post Answer
How to avoid buffer overflow?
Explain demand paging.
How can I invoke another program or command and trap its output?
how to impliment 2 or more stacks in a single dimensional array ?
when to use : in c program?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is a static variable in c?
2. What does static variable mean?
What is call by reference in functions?
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
code for copying two strings with out strcpy() function.
Explain the use of keyword 'register' with respect to variables.