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
c program to subtract between two numbers without using '-' sign and subtract function.
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone
How do you print an address?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
How many types of errors are there in c language? Explain
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
program for reversing a selected line word by word when multiple lines are given without using strrev
What is binary tree in c?
How do we print only part of a string in c?
what is the difference between static variable and register variable?