Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are file streams?


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

Post New Answer

More C Interview Questions

will the program compile? int i; scanf(ā€œ%dā€,i); printf(ā€œ%dā€,i);

3 Answers  


Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.

8 Answers  


#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

14 Answers   CDAC, GATE, NDS, TCS,


Why do we need functions in c?

0 Answers  


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


How can I find the modification date and time of a file?

0 Answers  


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float

1 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


What is the method to save data in stack data structure type?

0 Answers  


What is Bitwise Operator and how it works?

1 Answers  


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


Categories