how 2 compile & execute c program with out using editor?
Answer Posted / nihar sharma
after set path and complied prod ...that feed back from cmd
promt..cant file found
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Explain what are reserved words?
Which is better between malloc and calloc?
What is structure in c language?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What’s a signal? Explain what do I use signals for?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
How can I get the current date or time of day in a c program?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Define and explain about ! Operator?
Tell me when would you use a pointer to a function?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Is javascript written in c?
What are the 4 types of programming language?
What is bash c?