3.write a simple program that will output your name,phone
number,e-mail address,and academic major on separate lines
1.create an account and a personal directory for your work
b.find out how to create a subdirectory on your
system.create one called info
c.you will use a text editor to type in your programs and
data files.some C systems have a built in text
editor;others do not.Find out what text editor you will be
using and how to access it.create a text file(not a
program) containing your name ,address,and telephone number
on separate lines.Next,write the brand of computer you are
using and the name of the text editor.Then write a
paragraph that describes your past experience with
computers.save this file in your info directory.
d. find out how to print a file on your system .print out
and turn in the file you created in (c).
No Answer is Posted For this Question
Be the First to Post Answer
What are Macros? What are its advantages and disadvantages?
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
what is array?
What is binary tree in c?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
Does c have class?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What is use of #include in c?
Is c is a middle level language?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is call by reference in functions?
Is that possible to store 32768 in an int data type variable?