How can I open a file so that other programs can update it at the same time?
No Answer is Posted For this Question
Be the First to Post Answer
how to write a c program to print list of fruits in alpabetical order?
What is static and auto variables in c?
what is the main use of c where it can use the c
What is meant by gets in c?
Is fortran still used today?
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
what is c
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
what is dangling pointer?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Who is the founder of c language?
main() { int i; printf("%d",i^i); }