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
What are near, far and huge pointers?
What is putchar() function?
Compare array data type to pointer data type
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
p*=(++q)++*--p when p=q=1 while(q<=6)
Is this program statement valid? INT = 10.50;
What is c token?
What are the keywords in c?
Is c easier than java?
What is pointer in c?
Explain how do you print an address?
What do you mean by keywords in c?
Explain function?
How is = symbol different from == symbol in c programming?
where are auto variables stored? What are the characteristics of an auto variable?