question-how to run a c programme.

Answer Posted / jogdand mahesh

Goes DOs Windows and set the path of C language type the
TCC File_Name.C
Your Programe Will be RUN

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When is a null pointer used?

634


Explain what is page thrashing?

603


how could explain about job profile

1446


Do pointers need to be initialized?

556


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

664






This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

725


Can true be a variable name in c?

555


What are the disadvantages of a shell structure?

686


What is meant by preprocessor in c?

526


What are the benefits of c language?

641


What is the use of header?

616


What are variables c?

612


What is the purpose of void pointer?

590


What is the easiest sorting method to use?

632


Which is more efficient, a switch statement or an if else chain?

573