What are the commands should be given before weiting C
Program i.e, Cd.. like
Answer Posted / intzar ali
cd \
cd tc
cd bin
tc.exe
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
When should a far pointer be used?
How are structure passing and returning implemented?
Why c is called free form language?
What are the advantages of using Unions?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is getch() function?
how to construct a simulator keeping the logical boolean gates in c
What are different types of variables in c?
Why clrscr is used in c?
What is context in c?
List out few of the applications that make use of Multilinked Structures?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
When is a void pointer used?
What do you mean by a sequential access file?