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
Is c procedural or object oriented?
Lists the benefits of c programming language?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Explain can you assign a different address to an array tag?
How can I invoke another program or command and trap its output?
How is = symbol different from == symbol in c programming?
What is define directive?
What is a buffer in c?
will u please send me the placement papers to my mail???????????????????
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What is 'bus error'?
What is the best style for code layout in c?
What are the advantages of using macro in c language?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only