Forums.Sureshkumar.net : A Perfect Place to Share Knowledge         Blogs     Games    Magazines    

"Sharing knowledge does not lessen your store, often it gets you more. Sharing plays a key role in relationships and bonding, happens in small steps and is assisted through community membership."

Go Back   SURESHKUMAR.NET FORUMS > FRESH JOB SEEKERS > Fresher Resources > Placement Papers > ALTER Placement Papers
Register FAQ Members List Calendar Games Blogs Search Today's Posts Mark Forums Read

ALTER Placement Papers ALTER profile pattern , ALTER Latest placement papers and Updated ALTER 2006 2007 placement papers . If you have attended recent test of ALTER , kindly post the model paper in this forum.

   

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 03-02-07, 06:04 PM   #1 (permalink)
Super Moderator
 
sridhar's Avatar
 
Join Date: Feb 2006
Age: 25
Posts: 4,551
Thanks: 25
Thanked 347 Times in 219 Posts
Thanks: 25
Thanked 347 Times in 219 Posts
Rep Power: 0 sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of sridhar has much to be proud of
Alter Placement paper 1

Alter Placement paper 1

Alter Placement paper 1

2. What is the difference between malloc, calloc and realloc?

3. What does malloc return in C and C++?

4. main()

{

char *a="hello";

char *b="bye";

char *c="hai";

int x=10,y=100;

c=(x)?a:b;

printf("%s",c);

}

whats the output?

5. void main()

{

int a,b;

a=sumdig(123);

b=sumdig(123);

printf("%d %d",a,b);

}

int sumdig(int n)

{

static int sum;

int d;

if(n!=0)

{

d=n%10;

n=(n-d)/10;

sum=sum+d;

sumdig(n);

}

else

return s;

}

what is the output?

6. Declare a pointer to a function that takes a char pointer

as argument and returns a void pointer.

7. How do we open a binary file in Read/Write mode in C?



C++

8. class A

{

public:

A()

{

}

~A();

};

class derived:public A

{

derived();

};

what is wrong with this type of declaration?

9. what do you mean by exception handling?

10. What are "pure virtual" functions?

11. What is the difference between member functions and

static member functions?

12. What is the4 difference between delete[] and delete?

13. Question on Copy constructor.

14. What are namespaces?

15. One question on namespace.

16. What are pass by valu and pass by reference?

what is the disadvantage of pass by value?

I didnt get this. if you have the answer plz tell me.

17. How to invoke a C function using a C++ program?

18. char *str;

char *str1="Hello World";

sscanf(str1,"%s",str);

what is the output?

19. Difference between function overloading and function overriding.

20. There is a base class sub, with a member function fnsub(). There are

two classes super1 and super2 which are subclasses of the base class sub.

if and pointer object is created of the class sub which points to any

of the two classes super1 and super2, if fnsub() is called which one

will be inoked?
sridhar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
INFOSYS 2006 PLACEMENT PAPERS sridhar Companies Info & Recruitment Process 2 14-04-07 03:22 PM
ABB placement paper 1 sridhar ABB Placement Papers 0 31-01-07 11:57 AM
All Big MNCs Latest 2006 Placement papers sridhar Companies Info & Recruitment Process 1 24-11-06 06:54 PM
ACCENTURE 2006 PLACEMENT PAPERS sridhar Companies Info & Recruitment Process 1 22-10-06 01:29 PM
CTS 2006 PLACEMENT PAPERS sridhar Companies Info & Recruitment Process 0 09-10-06 06:24 PM


All times are GMT +6.5. The time now is 09:03 AM.





Search Engine Optimization by vBSEO 3.1.0