What is a file descriptor in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you determine whether to use a stream function or a low-level function?
What is an array in c?
What are types of preprocessor in c?
What do you mean by team??
why Language C is plateform dependent
What are register variables? What are the advantage of using register variables?
What is the purpose of #pragma directives in C?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
write a program of bubble sort using pointer?
What are the advantages of c language?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
Is linux written in c?