Write a program to traverse a graph data structure using queue and stack data structure
SIKSHAPATH Latest Questions
1.Which of the following declaration is not supported by C? A. String str; B. char *str; C. float str = 3e2; D. Both String str; & float str = 3e2; 2.Which of the following declaration is illegal? A. char *str = “Best C programming classes by Sanfoundry”; B. char str[] = “Best ...Read more
Out of 800 families with 4 children each, how many families would be expected to have (1) two boys 2 girls (2) at least one boy (3) no girl (4) at most two girls ? Assume equal probabilities for boys and girls ?
What are the values of the registers AX and BX after the following assembly code executes? MOV AX, 2 MOV BX, 1 ADD AX, BX i. AX=2, BX=1 ii. AX=1, BX=2 iii. AX=3, BX=1 iv. AX=2, BX=3
Q1. Elaborate the assessment which used to test the intelligence of a machine. Q2. How is Computer Vision and AI related?
Explain property inheritance algorithm with example.
Comment on the direction of the port for the following CWR values in 8255 80H 8A H 8B H 92H 98 H
Inserting a record ABC International School wants to computerize students details. The school maintains a database of students in Oracle. The student table contains information related to students and is shown in the following student table structure. Column Name Type Constraint Rollno Number ...Read more