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

Post New Answer

More C Interview Questions

What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?

2 Answers  


What is ponter?

0 Answers   TCS,


whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.

1 Answers  


main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }

1 Answers   Accenture, Vector,


program to find the second largest word in a paragraph amongst all words that repeat more thn twice

4 Answers   CTS, iGate,


what is the difference between getch() and getche()?

7 Answers   Infosys,


Explain is it valid to address one element beyond the end of an array?

0 Answers  


What is hashing in c?

0 Answers  


We can draw a box in cprogram by using only one printf();& without using graphic.h header file?

4 Answers   NIIT,


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


What are the scope of static variables?

0 Answers  


Which type of language is c?

0 Answers  


Categories