Programming Languages (22694)
Scripts (9280)
Networking (2571)
Microsoft Related (21566)
Databases (16615)
Operating Systems (12022)
Testing (17995)
Servers (1375)
MainFrame (6620)
Java Related (15396)
Middleware (526)
Web Related (7038)
Data Warehouse (8975)
HR Questions (2698)
Software Design (1923)
Debugging (73)
Version Control (464)
Editors (229)
Telecom (1164)
ERP CRM (26424)
Embedded Systems (1221)
Client Server (333)
Artificial Intelligence (3276)
Cryptography (718)
EAI (466)
Multimedia (674)
Software Development Life Cycle (303)
Image Processing (170)
Mobile OS (3116)
Security (125)
Big Data (4325)
Cloud Computing (1790)
Automation (2674)
Internet of Things (IoT) (299)
Apache Related (370)
Frameworks Tools (1329)
Oracle Related (0) What are all new concepts in SQL Server 2008? That is Exactly Difference between 2005 to 2008
IBM,
2 8716Question 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
Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?
2340What is your organization’s security philosophy? What level of security does your data require? How much risk are you willing to assume in each application area?
1932
How do I calculate age in mm/dd/yyyy in excel?
How important is it for you to have a career at EOG?
Can you declare struct members as protected?
What are the merkle trees? Are they important?
How do I move smtp queues and badmail directories?
Is python free or paid?
Where is mongodb located?
Some omeone on campus calls and says they have a new Mac. They've just pulled it out of the box and want to plug it into the campus network. What might they need to set to make this work?
Are Web Services a replacement for other distributed computing platforms?
What is asp in web design?
Define different types of hooks in wordpress.
How do I change the color of a cell in excel based on formulas?
What are arrow functions in typescript?
What is the role of line manager?
What are early binding and late binding.