question-how to run a c programme.
Answers were Sorted based on User's Feedback
Answer / sam
In case of unix
cc FileName.c to compile and the output would be in a file
to fetch it
type ./a.out
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mrs.ahmer
The program can be loaded in the memory by selecting
RUN>RUN from menu bar or pressing CTRL+F9.user can display
the output screen be selecting WINDOW>USER SCREEN or
pressing ALT+F5
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
What is methods in c?
What is the use of putchar function?
What is the difference between fork() and vfork()?
If errno contains a nonzero number, is there an error?
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
how to find sum of 5 digits in C?
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
What is pragma in c?
What is the relationship between pointers and data structure?
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES