What is the difference between text and binary i/o?


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

Post New Answer

More C Interview Questions

What does %c mean in c?

0 Answers  


How to delete a node from linked list w/o using collectons?

0 Answers   Zycus Infotech,


what is the difference between embedded c and turbo c ?

1 Answers  


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?

2 Answers  






What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }

8 Answers   MindFire, TCS, Tech Mahindra,


What the different types of arrays in c?

0 Answers  


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


What is a string?

0 Answers  


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"

4 Answers  


Categories