Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Bally Technologies STL Interview Questions
Questions Answers Views Company eMail

Question 1)Read the data from one file and remove all the duplicated words and generate an output file containg only using words.Program should also print number of occurance of each words on standard output.(Program must be use STL and iostream object). Question 2)Write a program to convert the lower case contents of file to upper case using STL. Question 3)What is the output of this problem. int i=12; int &r =i; r+r/4; int +p =&r; int *p = &r; P+=r; return 1; Answer :a)12 b)17 c) 30 d)24 E)15 Question 4) #include #include #include void main() { char srcstr[30],desstr[30]; int i,len; clrscr(); cout<<"\nenter the string\n"; cin>>srcstr; len=strlen(srcstr); for(i=0;srcstr[i]!='\0';i++) { desstr[--len]=srcstr[i]; } desstr[i]='\0'; cout<<"\nreversed string is\n"; for(i=0;desstr[i]!='\0';i++) { cout< } getch(); } Answer : A) string output b)tuptuo gnirts c) string d)output Question 5) Class Test { static const Tk=LEN; int q; public: foo(intx =LEN):q(x){}; TGet Q() const { return q:} void call test Foo foo(10); std::const<< foo.Getq(); Answer: 7,8,9,10,11 question 6) class A { int a; char b; }; class B:public A { char b; int a; }; What is the size? Answer a)5 bytes for class A and 5 bytes class B b)4 bytes for class A and 8 bytes class B. c).... d)....

2 7830

Post New Bally Technologies STL Interview Questions




Un-Answered Questions

What does pst stand for outlook?

1


How do you get the number of lines in an internal table?

607


Hi friends. I am srinivas. I want to know the text determinatin. What is the text determination. What is that use. Where can we use text determination in real time. Pls explain me in detial with example.

2033


If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?

1023


Explain the use of break and continue in python looping ?

214






Explain the remapping method calls in codeigniter.

317


What does enterprise javabeans module contain?

511


What is the recovery model? List the types of recovery model available in sql server?

479


What are the uses of List View Control?

1552


If I use netlib, will I find many other users to network with?

481


How do you align images in word?

311


What are some words or phrases you think would resonate with our target customer? : insurance cold calling

426


What is a static method in python?

436


Why procedure is used in sql?

522


Explain what is Tufting?

3