Posts
- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
Write a c program that opens an existing text file and copies it to a new text file with all lowercase letters changed to capital letters and all other characters unchanged.
Write a c program that opens an existing text file and copies it to a new text file with all lowercase letters changed to capital letters and all other characters unchanged.
- Get link
- X
- Other Apps
Write a C program to create a structure Student containing fields for Roll No., Name, Class, Year and Total Marks. Create 10 students and store them in a file.
Write a C program to create a structure Student containing fields for Roll No., Name, Class, Year and Total Marks. Create 10 students and store them in a file.
- Get link
- X
- Other Apps
Write a Java program that correctly implements the producer – consumer problem using the concept of inter thread communication.
Write a Java program that correctly implements the producer – consumer problem using the concept of inter thread communication.
- Get link
- X
- Other Apps
Write a Java program that implements a multi-thread application that has three threads. First thread generates a random integer every 1 second and if the value is even, the second thread computes the square of the number and prints. If the value is odd, the third thread will print the value of the cube of the number.
Write a Java program that implements a multi-thread application that has three threads. First thread generates a random integer every 1 second and if the value is even, the second thread computes the square of the number and prints. If the value is odd, the third thread will print the value of the cube of the number.
- Get link
- X
- Other Apps
Write a Java program for the following: Create a doubly linked list of elements. Delete a given element from the above list. Display the contents of the list after deletion.
Write a Java program for the following: Create a doubly linked list of elements. Delete a given element from the above list. Display the contents of the list after deletion.
- Get link
- X
- Other Apps
- Get link
- X
- Other Apps