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
How many types of sorting are there in c?
What is static memory allocation? Explain
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
How can you tell whether a program was compiled using c versus c++?
Differentiate call by value and call by reference?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What are loops in c?
Can a function argument have default value?
How can a number be converted to a string?
find out largest elemant of diagonalmatrix
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is the use of extern in c?
Can we change the value of #define in c?
What is local and global variable in c?
What is difference between scanf and gets?