0% found this document useful (0 votes)
14 views1 page

C Language Assignment I

The document outlines a practical assignment for first-semester students in the Computer Science department at Renaissance University. It includes a series of programming tasks in C, such as displaying text, performing arithmetic operations, and converting units. The tasks aim to enhance problem-solving skills and familiarity with basic programming concepts.

Uploaded by

nirajtiwari7649
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

C Language Assignment I

The document outlines a practical assignment for first-semester students in the Computer Science department at Renaissance University. It includes a series of programming tasks in C, such as displaying text, performing arithmetic operations, and converting units. The tasks aim to enhance problem-solving skills and familiarity with basic programming concepts.

Uploaded by

nirajtiwari7649
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

RENAISSANCE UNIVERSITY

Department of Computer Science


BCA / BSc (cs) – Sem I
Programming & Problem-Solving Using C
Practical Assignment I

Q 1. WAP to display "Hello World”.


Q 2. WAP to print your Name and Surname at separate lines using printf.
Q 3. WAP to print Name, Surname & College name-
i. Make surname as comment using single line comment.
ii. Make surname and college name as comment using multi line comment.
Q 4. WAP to print an integer number entered by the user.
Q 5. WAP to find square of given number.
Q 6. WAP to add two integer numbers.
Q 7. WAP to multiply two Floating-Point Numbers.
Q 8. WAP to Swap Two values of two variables using third variable.
Q 9. WAP to Swap Two values of two variables without using third variable.
Q 10. WAP to Find the Size of int, float, double, and char.
Q 11. WAP to Calculate Fahrenheit to Celsius.
Q 12. WAP to Print the ASCII Value of a Character.
Q 13. WAP to Convert distance from Kilo-meter to meters.
Q 14. WAP to Convert time from minutes to hours.
Q 15. WAP to calculate average of 2 integer numbers entered by user.

You might also like