What are file streams?


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

Post New Answer

More C Interview Questions

How do you define structure?

0 Answers  


Why n++ execute faster than n+1 ?

2 Answers  


Define function ?Explain about arguments?

2 Answers   Geometric Software, Infosys,


What is the basic structure of c?

0 Answers  


What is the use of typedef in c?

0 Answers  






compare array with pointer?

1 Answers  


wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  


How can I manipulate individual bits?

0 Answers  


what is pointer?

4 Answers  


why the execution starts from main function

9 Answers  


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

0 Answers  


#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  


Categories