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
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Write the control statements in C language
What do you mean by Recursion Function?
How to define structures? ·
Tell me what are bitwise shift operators?
What are categories used for in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is logical error?
Write a code to generate divisors of an integer?
Where does the name "C" come from, anyway?
What is the use of printf() and scanf() functions?
What are qualifiers and modifiers c?
What is difference between && and & in c?
Why doesnt the call scanf work?
Is it fine to write void main () or main () in c?