Homework: Introduction To C: Problem 1. Play With Your IDE / Text Editor
Homework: Introduction To C: Problem 1. Play With Your IDE / Text Editor
This document defines the homework assignments from the "C Programming" Course @ Software University. Please
submit as homework a single zip / rar / 7z archive holding the solutions (source code) of all below described
problems.
You do not have to submit anything in your homework for this problem.
Expected Output
Hello, C!
Expected Output
My name is Bob.
Expected Output
1
101
1001
© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.
Follow us: Page 1 of 3
Problem 6. Print First and Last Name
Create console application that prints your first and last name, each at a separate line.
Expected Output
Bob
Dylan
Expected Output
111.1080556
Extra:
Modify your program to read the number from the console. Use the scanf() function.
Expected Output
2,-3,4,-5,6,-7,8,-9,10,-11
Extra:
Modify your program to read a number n from the console and then finds the first n members from the sequence,
starting from 2.
© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.
Follow us: Page 2 of 3
Problem 11. Development Environments
Perform a research (e.g. in Google or Wikipedia) and provide a short list with popular development environments
(IDEs) like Eclipse. Write in a text file called "list-of-IDEs.txt" at least five IDEs along with 2-3 sentences about
each of them. Use English.
Expected Output
15 September 2015 16:25:17
Tips: Search for a C function that retrieves the current date and a function for formatting the date into a string.
Input Output
12.04.1991 Now: 24
After 10 years: 34
© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.
Follow us: Page 3 of 3