What are the commands should be given before weiting C
Program i.e, Cd.. like
Answer Posted / sushma
cd \
cd tc
cd bin
tc
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why is c not oop?
What is keyword in c?
What does s c mean in text?
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 is a sequential access file?
What is the newline escape sequence?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
How can you tell whether a program was compiled using c versus c++?
What is logical error?
What is property type c?
Explain 'bit masking'?
What is c language & why it is used?
Is c is a procedural language?
What does sizeof function do?
Can you please explain the scope of static variables?