The questions i remeber are (they are not the same as in paper i just remeber parts of them)
Q) Write a program with counts which tells at the end how many numbers are in the string "90some7text"
The out put should be like
The total nos are : 3
Q) Write a program with counts which tells at the end how many numbers are in the string "90some7text"
The out put should be like
The total nos are : 3
Q) Write a program declare a string of 10 characters and then show the value of the 4 th and 8th element using pointers?
Q) what will be the Out put of
int x=10;
int y=30;
int *xptr;
xptr=&x;
cout "x = " *xptr+x ; (Out put signs are present but cant write here )
Rest 2 questions were from Files Topic
Files Topic is very Important 6 MCQs be wahan sai ai thai ..
Good Luck to those who have still this paper to attempt. Concentrae on theory of topics.
Q) what will be the Out put of
int x=10;
int y=30;
int *xptr;
xptr=&x;
cout "x = " *xptr+x ; (Out put signs are present but cant write here )
Rest 2 questions were from Files Topic
Files Topic is very Important 6 MCQs be wahan sai ai thai ..
Good Luck to those who have still this paper to attempt. Concentrae on theory of topics.
Comments
Post a Comment
Please give us your feedback & help us to improve this site.