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

Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


Explain how can a program be made to print the line number where an error occurs?

0 Answers  


What does c mean in standard form?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain

2 Answers  


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

0 Answers   Huawei,






how can make variable not in registers

1 Answers   TCS,


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?

1 Answers   Hathway,


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

0 Answers  


what is array?

8 Answers  


Differentiate between the = symbol and == symbol?

0 Answers  


errors in computer programmes are called

1 Answers   NET,


Do array subscripts always start with zero?

0 Answers  


Categories