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

Are the outer parentheses in return statements really optional?

0 Answers  


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

0 Answers  


25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?

11 Answers   CTS, TCS,


what is the difference between char * const and const char *?

2 Answers   TCS,


. Write a program to get a string and to convert the 1st letter of it to uppercase

2 Answers   HTC,






Subtract Two Number Without Using Subtraction Operator

0 Answers  


What is information technology.

1 Answers  


Write a pro-gramme to determine whether the number is even or odd?

1 Answers  


C program to find frequency of each character in a text file?

6 Answers  


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

4 Answers   NIIT,


Difference between goto, long jmp() and setjmp()?

0 Answers   EXL,


#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.

8 Answers   IBM,


Categories