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


Every time i run a c-code in editor,
getting some runtime error and editor is disposing,
even after reinstalling the software
what may be the problem?

Answers were Sorted based on User's Feedback



Every time i run a c-code in editor, getting some runtime error and editor is disposing, even afte..

Answer / vignesh1988i

mostly the run time error will come if u dont link any files
properly u may reach these run time error..... just check it
out... as for i know this can also be a reason......


thank u

Is This Answer Correct ?    4 Yes 1 No

Every time i run a c-code in editor, getting some runtime error and editor is disposing, even afte..

Answer / swapnil

make sure that your c file is in c:\tc\bin
after doing that run program

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

Difference between pass by reference and pass by value?

0 Answers   TCS, TISL,


I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.

1 Answers  


Explain how can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 Answers  


Difference between Function to pointer and pointer to function

0 Answers  


What is volatile in c language?

2 Answers   HCL, TCS,


What are the back slash character constants or escape sequence charactersavailable in c?

0 Answers  


Why static variable is used in c?

0 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


why array index always starts from zero??

4 Answers   TCS,


What is the difference between class and object in c?

0 Answers  


Explain how can I manipulate strings of multibyte characters?

0 Answers  


Categories