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
Post New Bally Technologies STL Interview Questions
tell me about roaster switch .& what is the function in transmission & distribution?
Have you worked with other on team endeavors
How do you approach the diagnosis and management of patients with diabetic retinopathy or retinal detachments?
why dose response of a phototransistor depent upon the wave length of the incident light?
How do I install eclipse?
How will you register and activate windows?
which files are called for user profile by default when a user gets login in linux?
What percentage of websites use php?
Is there any one who can teach me SAP SD CIN ? I am ready to pay him. Presently I am in PUNE Location. Please Contact me its Urgent - 09987059674, E-Mail ID : sheikhbsa@gmail.com. Possible to me Teaching Location MUMBAI AND PUNE Location.
Explain me your current/former role, your responsibilities, and how success is/was measured?
Can't bind to ngmodel since it isn't a known property of input angular?
Does microsoft own hotmail?
Explain measuring transaction.
Explain how you can handle colors in web driver?
Mention the differences between javascript and jquery.