2
F' G~£.~~,:&~l r<vv) , , lli b~Y)~ Co~u;lf-J-- Con. 3259,.08'. ' r~~ D. VIA ~ ~ ~.l 2-'11 ~.1&<2; g- 0 ~6~ CO-5143 ~ (REVISED COURSE) (3 Hours)" ...---- [Total Marks: 100 . N.B.(1) Ques~ion NO.1 is compulsory. (2) Attempt any four questions out of remaining six questions. 1. ~(a) ExplainCall-by-Valueand Call-by-Reference with one programming example 10 each. . (b) What will be the outp,utof the followingcode: (i) #inc1ude < iostream.h > int main ( ) { 10 \ \ int a = 3; t " " dl cou « « a « en . , cout «" "« (a++) « end I ; cout «" "« (++a) « end I ; return 0 ; ,--- } (ii) # inc1ude < iostream.h > int main ( ) { int x = 4, Y= 9 ; int z ; z = (x ++) + ( - - y) 4-Y; cout « uValue = U«Z « end I ; z= ( -- x)+x+(y -- ); cout «" value = Z « endl ; return 0 ; ,.-.... } (Hi) .# include < iostream.h> int main ( ) { int a, b, c ; a ::::2 ; b = 5 ; c = 10 ; cout «" Value = U«(a + b*- c) « end I ; cout «" Value = "« ( - c/b *c -a) « endl ; cout «" Value = U« ( - a + ++b%a) « endl ; return 0 ; '- "' } [TURN OVER www.stupidsid.com

 · (b) Write a C++ program to check ifthe given number is "Armstrong Number". 10 An Armstrong number of 3 digits is an integer such that the sum of the cubes of its digits is equal

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1:  · (b) Write a C++ program to check ifthe given number is "Armstrong Number". 10 An Armstrong number of 3 digits is an integer such that the sum of the cubes of its digits is equal

F' G~£.~~,:&~lr<vv) ,

, lli b~Y)~ Co~u;lf-J--Con. 3259,.08'. '

r~~ D. VIA ~ ~ ~.l 2-'11 ~.1&<2;

g- 0 ~6~CO-5143 ~

(REVISED COURSE)(3 Hours)"

...----

[Total Marks: 100 .

N.B.(1) Ques~ion NO.1 is compulsory.(2) Attempt any four questions out of remaining six questions.

1. ~(a) ExplainCall-by-Valueand Call-by-Reference with one programming example 10each. .

(b) What will be the outp,utof the followingcode:(i) #inc1ude < iostream.h >

int main ( ){

10

\\

int a = 3 ;t " " dlcou « « a « en .,

cout «" "« (a++) « end I ;cout «" "« (++a) « end I ;return 0 ;

,---

}(ii) # inc1ude < iostream.h >

int main ( ){

int x = 4, Y= 9 ;int z ;z = (x ++) + ( - - y) 4-Y ;cout « uValue = U«Z « end I ;z = ( - - x) + x + ( y - - ) ;cout «" value =U« Z « endl ;return 0 ;

,.-....

}(Hi) .# include < iostream.h>

int main ( ){

int a, b, c ;a ::::2 ; b = 5 ; c = 10 ;cout «" Value = U«(a + b*- c) « end I ;cout «" Value = "« ( - c/b *c -a) « endl ;cout «" Value = U« ( - a + ++b%a) « endl ;return 0 ;

'-

"'}

[TURN OVER

www.stup

idsid

.com

Page 2:  · (b) Write a C++ program to check ifthe given number is "Armstrong Number". 10 An Armstrong number of 3 digits is an integer such that the sum of the cubes of its digits is equal

",r"".;.' ,~ ;-"', ...~, "P'C

'. '"

Con. 3259-CQ-5143-08. 2

2. (a) What is object-oriented programming? List basic concepts of it? Explain each 10concept: ,

(b) Write a C++ program to check if the given number is "Armstrong Number". 10An Armstrong number of 3 digits is an integer such that the sum of the cubesof its digits is equal to the no. itself. '

3. (a) Explain &tprageclass with one programming example.""'1 '

(b) Write a c: ++ program to display :- '

1010

j'~";

4. \ (C\)Explain Bitwise operators in C++. ' 5(b) ,Write a C++ program to read and display elements of a square matrix 15

and then transpose the matrix. Use singletwodimensionalmatrixthroughout .--,the program. ' ,

\ 5. (a) 'Explain recursion and write a recursive function for calculating factorial of a 10N number.

(b) Write a C++ program to find how many objects of a class has been created 10using static members function.

6. .(a) Write a C++ program to find volume of cube, cylinder and rectangle using 10method overloading.

(b) Define structure within structure consisting of following elements :-(i) Employee code '

(ii) Employeename(iii) Employeesalary and,(iv) Employee date_of~oining

Write a C++ program to read at least 10 records and display them.

10

~

7. (a) Write a program to generate Fibonacci series. ~(b) Write a program to check whether given number is prime number or not and

display respectively. '

(c) Explain difference between declaration and defination.(d) Explain the concept of constructor and Destructor inC++ .

55

55'

* * * *

* *' *

* *

*

www.stup

idsid

.com