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 8725Question 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?
2344What 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
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Explain function prototypes in C++.
Why is machine learning important?
How can we deal with pop-up windows based on?
Explain me what is meta data, master data and transaction data?
how do you login to mysql using unix shell? : Sql dba
Describe the usage of
How to rename databases in ms sql server?
What are secondary indexes with respect to infocubes?
How do I create a form in visual studio?
How do I split a cell in half excel mac?
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
Is facebook still in php?
Explain what is the main advantage of impromptu over cognos reportnet?
What is nosql vs sql?