What is a file descriptor in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the full form of getch?

0 Answers  


What is a good data structure to use for storing lines of text?

0 Answers  


Was 2000 a leap year?

0 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


How will you allocate memory to a double pointer ?

2 Answers  






#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

5 Answers   CitiGroup,


Write a program to find the smallest and largest element in a given array in c language

11 Answers   Microsoft, Vembu,


Why is c called c not d or e?

0 Answers  


Why c is called top down?

0 Answers  


difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,


What is a far pointer in c?

0 Answers  


Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female

5 Answers   Infosys, Luminous,


Categories