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

I need previous papers of CSC.......plz help out by posting them.......

0 Answers  


What is function pointer c?

0 Answers  


Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


What is the difference between typeof(foo) and myFoo.GetType()?

2 Answers   Synergy,


Describe the steps to insert data into a singly linked list.

0 Answers  






Can you tell me how to check whether a linked list is circular?

1 Answers  


There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.

1 Answers   HCL, iGate,


Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me

7 Answers  


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

0 Answers  


can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????

2 Answers   Cognizant,


main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }

2 Answers  


Is array name a pointer?

0 Answers  


Categories