4. WAP to compute the sum of the first n terms of the following series S =1-2+3-4+5…………….
CMSACOR01P: Programming Fundamental using C/C++
4. WAP to compute the sum of the first n terms of the following series S =1-2+3-4+5…………….
CMSACOR01P: Programming Fundamental using C/C++
CMSACOR01P: Programming Fundamental using C/C++
3. WAP to compute the sum of the first n terms of the following series S = 1+1/2+1/3+1/4+……
CMSACOR01P: Programming Fundamental using C/C++
2. WAP to reverse a number. -
CMSACOR01P: Programming Fundamental using C/C++
1. WAP to print the sum and product of digits of an integer.
20. Write a program to create your own exception types to handle situation specific to your application (Hint: Define a subclass of Exception which itself is a subclass of Throwable).
19. Write a program to show the use of nested try statements that emphasizes the sequence of checking for catch handler statements.
18. Write a program ―DivideByZero‖ that takes two numbers a and b as input, computes a/b, and invokes Arithmetic Exception to generate a message when the denominator is zero.
1. BASIC SQL STEP BY STEP - CLICK HERE
2. UGC CBCS ASSIGNMENT FOR GENERAL STUDENT - CLICK HERE
3. UGC CBCS ASSIGNMENT FOR HONOURS STUDENT -
4. self join in sql - CLICK HERE
5. DATE command in SQL - CLICK HERE
6. wbsu 2016 dbms practical question - CLCIK HERE
7. CHECK CONSTRAINTS - CLICK HERE
1. jdbc1.CREATE TABLE using sql - CLICK HERE
2. jdbc2. DISPLAY TABLE USING JDBC - CLICK HERE
3. jdbc3. INSERT RECORD IN TABLE USING JDBC - CLICK HERE
4. jdbc4. UPDATE RECORD IN TABLE USING JDBC - CLICK HERE
5. jdbc5. CREATE TABLE USING JDBC - CLICK HERE
6. jdbc6. DROP TABLE USING JDBC- CLICK HERE
7. jdbc7. DELETE DATA FROM TABLE USING JDBC - CLICK HERE
8. jdbc8. ALL ARE IN A SINGLE PROGRAM CREATE TABLE,INSERTION,DELETION, DROP TABLE USING JDBC - CLICK HERE
jdbc8. ALL ARE IN A SINGLE PROGRAM CREATE TABLE,INSERTION,DELETION, DROP TABLE USING JDBC
CHAPTER 1. CLICK HERE
CHAPTER 2. CLICK HERE
CHAPTER 3. CLICK HERE
CHAPTER 4. CLICK HERE
CHAPTER 5. CLICK HERE
CHAPTER 7. CLICK HERE
CHAPTER 8. CLICK HERE
CHAPTER 9. CLICK HERE
CHAPTER 11. CLICK HERE
GRAPH THEORY N.DEO CHAPTER WISE QUESTION
CHAPTER 11:
1. ALGORITHM 1. NUMBER OF COMPONENTS OF GRPAH.
2. ALGORITHM 2. SPANNING TREE.
3. ALGORITHM 7. SHORTEST PATH.
4. DFS,BFS
GRAPH THEORY N.DEO CHAPTER WISE QUESTION
CHAPTER 9:
1. DIRECTED GRAPH
2. UNDIRECTED GRAPH.
3. ADJACENCY MATRIX OF DIGRAPH.