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

main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }

1 Answers   Vector,


write a program to swap two numbers without using temporary variable?

3 Answers  


What is structure padding in c?

0 Answers  


Explain how can I pad a string to a known length?

0 Answers  


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,


What is floating point constants?

0 Answers  


What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }

4 Answers   Infosys, TCS,


Prove or disprove P!=NP.

5 Answers   Microsoft,


what is the use of macro program

1 Answers   TCS,


How can I change the size of the dynamically allocated array?

0 Answers  


code for quick sort?

0 Answers  


Categories