Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
C++/ Java Interview Questions - Alcatel Lucent
Topics
>>
Placement papers
>>
Alcatel Lucent placement papers, interview experience, exam pattern
-01/03/12
« Previous
Next »
1. What is the output of following function?
type def enum grade{good,bad,worst,}bad;
main()
{
bad a;
a=1;
cout<
}
a) 1 b) Garbage value c) good, bad, worst d) Error e) No output
2. What is the output of the following function?
#define style char
main()
{
typedef char style2;
style x;
style2 y;
clrscr();
x=255;
y=255;
cout<
}
a) 255, 255 b) ASCII value c) Error d) No output
3. What is the output of the following function?
#ifdef TRUE
int I=0;
#endif
main()
{
int j=0;
cout<
}
a) 0 0 b) 2 0 c) 0 2 d) Error e) No output
4. What is the output of the following function?
#include
main()
{
char *pDestn,*pSource="I Love You Daddy";
pDestn=malloc(strlen(pSource));
strcpy(pDestn,pSource);
cout<
free(pDestn);
}
(a) Can’t be defined
(b) None
(c) I love You Daddy
(d)Error
5. Write a program to insert a node in a doubly linked list?
6. What is a data structure?
« Previous
Next »
Post your comment
Discussion
RE: C++/ Java Interview Questions - Alcatel Lucent -Interview Questions (02/03/12)
C++ interview questions and answers
C interview questions and answers
Oracle 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
Related Content
Alcatel Lucent Placement Paper - Selection Process and Test ...
HR Interview at Lucent
HR Interview Questions - Alcatel Lucent
Database Interview Questions - Alcatel Lucent
.Net Interview Questions - Alcatel Lucent
C++/ Java Interview Questions - Alcatel Lucent
Follow us
CareerRide on YOUTUBE
CareerRide on INSTAGRAM
MCQs
English
Tutorials
Download
Related Topics
Networking Placement papers - Model questions & answers
Dotcom placement papers, interview experience, exam pattern
Hughes placement papers, interview experience, exam pattern
Cadence placement papers, interview experience, exam pattern
Lifetree placement papers, interview experience, exam pattern
ABACUS placement papers, interview experience, exam pattern
▲