What is the difference between text and binary modes?


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

Post New Answer

More C Interview Questions

related proverb of "dont count your chicken before it hatches"

1 Answers  


Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....

2 Answers  


simple program for virtual function?

1 Answers  


What is pivot in c?

0 Answers  


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.

2 Answers  


What is the use of a semicolon (;) at the end of every program statement?

1 Answers  


Differentiate between a for loop and a while loop? What are it uses?

0 Answers   TISL,


how to find the given number is prime or not?

6 Answers   IMS, ING,


What is %d used for?

0 Answers  


How many levels of indirection in pointers can you have in a single declaration?

0 Answers   Agilent, ZS Associates,


#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?

7 Answers   Intel,


Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????

3 Answers   TCS,


Categories