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
Explain the difference between the local variable and global variable in c?
How do I send escape sequences to control a terminal or other device?
Who is the main contributor in designing the c language after dennis ritchie?
Write a program to print ASCII code for a given digit.
Explain setjmp()?
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
What is extern keyword in c?
How do you redirect a standard stream?
write a c program for swapping two strings using pointer
What does c mean in basketball?
Describe dynamic data structure in c programming language?
How does #define work?
Can a variable be both constant and volatile?
Is c++ based on c?
What is the difference between struct and union in C?