What is a stream in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
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).
what are bit fields in c?
How can I increase the allowable number of simultaneously open files?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
number of times a digit is present in a number
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
Is c weakly typed?
What is time null in c?
What is the most efficient way to store flag values?
Name the language in which the compiler of "c" in written?