Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the commands should be given before weiting C
Program i.e, Cd.. like

Answers were Sorted based on User's Feedback



What are the commands should be given before weiting C Program i.e, Cd.. like..

Answer / sushma

cd \
cd tc
cd bin
tc

Is This Answer Correct ?    6 Yes 0 No

What are the commands should be given before weiting C Program i.e, Cd.. like..

Answer / intzar ali

cd \
cd tc
cd bin
tc.exe

Is This Answer Correct ?    5 Yes 0 No

What are the commands should be given before weiting C Program i.e, Cd.. like..

Answer / manigandan

cd tc
cd \
cd edit

Is This Answer Correct ?    1 Yes 0 No

What are the commands should be given before weiting C Program i.e, Cd.. like..

Answer / supriya basak

cd \tc\bin
tc\bin>edit

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C Interview Questions

how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  


How are strings stored in c?

0 Answers  


how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0

4 Answers   Wipro,


6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


Why is c called "mother" language?

0 Answers  


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"

0 Answers  


program to locate string with in a string with using strstr function

2 Answers   Huawei, Shreyas,


Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.

1 Answers   TCS,


List some applications of c programming language?

0 Answers  


What does static variable mean in c?

0 Answers  


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

0 Answers  


what is the difference between strcpy() and memcpy() function?

2 Answers  


Categories