Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
C++ Interview Questions - CGI
Topics
>>
Placement papers
>>
CGI placement papers, interview experience, exam pattern
-01/03/12
« Previous
Next »
1. Find the output of the following given program?
main()
{
int a[]={ 2,4,6,8,10 };
int i;
change(a,5);
for( i = 0; i <= 4; i++)
cout<
}
change( int *b, int n){
int i;
for( i = 0; i < n; i++)
*(b+i) = *(b+i) + 5;}
2.What is the value of a and b of the following program?
s=0; c=a; d=b;
while(d<>0)
{ s=s+c;
d=d-1;
}
Cout<
3.What is the value of a and b of the following program?
while(3a+2b<100)
{ s=s+a;
a=a+2; b=b-1;
}
4.What is the value of a, s and c of the following given program?
S= 0; C = 0
Read A,B
While ((2A+3B) < 100)
{ S = 3A - 2B
c = c + 1
}
cout<
5.Write a program to reverse a single linked list?
6.How can you optimize the code given below?
for(int i=0;ival1;i++)
{
cout<< “inside the loop”;
}
« Previous
Next »
Post your comment
Discussion
RE: C++ Interview Questions - CGI -C++ Interview Questions (02/03/12)
C++ interview questions and answers
C interview questions and answers
Java interview questions and answers
Cloud Computing interview questions and answers
Networking interview questions and answers
Testing interview questions and answers
PHP interview questions and answers
SQL Server interview questions and answers
MySQL interview questions and answers
Data warehousing interview questions and answers
Database interview questions and answers
Oracle interview questions and answers
Related Content
Database Interview Questions - CGI
CGI Placement Paper - Selection Process and Test Pattern
HR Interview Questions - CGI
Aptitude sample paper for CGI - placement paper
C++ Sample paper for CGI - placement paper
Digital Electronics sample paper for CGI - placement paper
CGI sample placement technical paper
.Net Interview Questions - CGI
C++ Interview Questions - CGI
Follow us
CareerRide on YOUTUBE
CareerRide on INSTAGRAM
MCQs
English
Tutorials
Download
Related Topics
Geometric Placement Paper, interview experience, exam pattern
Samsung placement papers, interview experience, exam pattern
SAP HANA placement test question papers
Tech Mahindra placement papers, interview experience
SAP Oracle database placement test question papers
IBM Placement Paper, interview experience, exam pattern
▲