The document lists various internship assignments focused on programming tasks. These tasks include writing programs to find maximum values, implement a calculator, manipulate bits, and perform string operations. The assignments aim to enhance coding skills through practical exercises in different areas of programming.
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 ratings0% found this document useful (0 votes)
3 views
Embedded C Assignments
The document lists various internship assignments focused on programming tasks. These tasks include writing programs to find maximum values, implement a calculator, manipulate bits, and perform string operations. The assignments aim to enhance coding skills through practical exercises in different areas of programming.
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
Internship Assignments
1. WAP to find Maximum of two numbers.
2. WAP to find Maximum of three numbers. 3. WAP to implement simple calculator. 4. WAP to find sum of digits of given number. 5. WAP to reverse the given number. 6. WAP to find SUM and AVERAGE of array elements. 7. WAP to SET, GET, CLEAR, TOGGLE bit of a given register. 8. WAP to print binary pattern of a given number using bit-wise operators 9. WAP to swap nibble of a byte. 10. Write a Function to find sum of 2 numbers. 11. Write a Function to swap two numbers using pass by reference method. 12. Write a Function to find average of array elements. 13. Write a Function to copy string. 14. Write a Function to find the length of the string. 15. Write a Function to reverse the string. 16. Write a Function to convert ASCII to INTEGER (ATOI).