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...


Why cant I open a file by its explicit path?


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

Post New Answer

More C Interview Questions

To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

0 Answers   HCL,


write a program to insert an element at the specified position in the given array in c language

5 Answers   Appin, IBM,


name the language for writing c compiler?

3 Answers   Microsoft,


write the output of following code .. main() { static int a[]={10,20,30,40,50}; int *ptr=a; static int arr[2][2]={1,2,3,4}; char str[]="ABCD * 4#"; char *s=str+2; int i,j; for(i=0;i<5,i++) printf("%d",*ptr++); for(i=0;i<2;i++) for(j=0;j<2;j++) printf("%d\n",*(*(n+i)+j)); printf("%c\n%c\n%c\n",*(str+2),*s++,*--s); }

1 Answers  


Find greatest of two numbers using macro

4 Answers   Bosch, Siemens,


what will happen if you free a pointer twice after allocating memory dynamically ?

3 Answers   Novell,


swap two integer variables without using a third temporary variable?

6 Answers   Persistent,


Explain the difference between #include "..." And #include <...> In c?

0 Answers  


how to TOGGLE Nth bit of variable in a MACRO

1 Answers   NDS,


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

0 Answers  


What is meant by errors and debugging?

0 Answers  


What are the different types of constants?

0 Answers  


Categories