What are the types of i/o functions?


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

Post New Answer

More C Interview Questions

array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,


What is substring in c?

0 Answers  


What is uint8 in c?

0 Answers  


Is double link list a linear data structure? If Yes, Why?If No, Why?

4 Answers  


how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");

9 Answers   TCS,






what is c programming?

3 Answers   TCS,


write a program in c to read array check element is present or not?

1 Answers  


could u able to tell about suresoft technical session

1 Answers  


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is

4 Answers   TCS,


In which category does main function belong??

5 Answers  


Why do we write return 0 in c?

0 Answers  


Categories