How to run c Program without using IDE of c.
means if program made in notepad.then how to compile by
command prompt.
Answer / rajesh
compile
gcc filename.c
its create exe file is a.out
run
./a.out
ll gie output
| Is This Answer Correct ? | 3 Yes | 0 No |
What is a double c?
implement OR gate without using any bitwise operator.
what is d pitfalls of registers variables
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What does %c do in c?
What is size of union in c?
what is the difference between 123 and 0123 in c?
Write a c program to print the sizes and ranges of different data types in c?
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
What are the preprocessors?
related to rdbms query .