Go Back   StudyChaCha 2024 2025 > StudyChaCha Discussion Forum > General Topics

  #1  
Old May 26th, 2014, 01:26 PM
Sashwat's Avatar
Super Moderator
 
Join Date: Jun 2011
Default Robosoft Previous Year Written Papers

Here I am looking for the placement question paper of Robosoft Technologies, can you please provide me the same???

Robosoft Technologies provided services areas of testing and quality assurance for Windows and Mac platforms

Robosoft Technologies Placement Paper –

1.Consider the following program
main()
{
int a[5]={1,3,6,7,0};
int *b;
b=&a[2];
}
The value of b[-1] is

(a) 1 (b) 3 (c) -6 (d) none

2. # define prod(a,b)=a*b
main()
{
int x=2;
int y=3;
printf("%d",prod(x+2,y-10));
}
the output of the program is
(a) 8 (b) 6 (c) 7 (d) None

3.Consider the following program segment

int n,sum=1;
switch(n)
{
case 2:sum=sum+2;
case 3:sum*=2;
break;
default:sum=0;
}
If n=2, what is the value of sum

(a) 0 (b) 6 (c) 3 (d) None of these

4. Identify the incorrect one

1.if(c=1)
2.if(c!=3)
3.if(a 4.if(c==1)

(a) 1 only (b) 1&3 (c) 3 only (d) All of the above

5. The C language terminator is
(a) semicolon (b) colon (c) period (d) exclamation mark

6. What is false about the following -- A compound statement is

(a) A set of simple statements (b) Demarcated on either side by curly brackets
(c) Can be used in place of simple statement (d) A C function is not a compound statement.

7. What is true about the following C Functions
(a) Need not return any value (b) Should always return an integer
(c) Should always return a float (d) Should always return more than one value

8. Main must be written as
(a) The first function in the program (b) Second function in the program
(c) Last function in the program (d) Any where in the program

9. Which of the following about automatic variables within a function is correct ?
(a) Its type must be declared before using the variable (b) They are local
(c) They are not initialized to zero (d) They are global

10.Piggy backing is a technique for
a) Flow control
b) Sequence
c) Acknowledgement
d) retransmission

Contact Details
Robosoft Technologies Pvt. Ltd.
Registered & Corporate Office
217, N.H.17, Santhekatte
New Udupi 576 105
Karnataka, India
Tel: +91 820 2593930
Fax: +91 820 2593900

Last edited by Udai Kant; December 7th, 2019 at 03:54 PM.
Reply With Quote
Other Discussions related to this topic
Thread
B.Com previous year question papers of 1st year of University of Kerala
need previous year question papers of m.com 1st year, of vinayaka mission university
B.A.R.C sample papers and previous year question papers
Previous year question papers of B.Com 1st year
MHT CET Previous Year Papers Pdf
Madras University MBA 1st Year Previous year question papers
TNOU MBA-Second Year Total Quality Management previous year’s question papers
Previous year placement and written exam papers of Infosys
Previous years question papers of FCI written exam
Previous Year Papers for DSE
BDS 1st year previous year question papers
RRB Loco pilot Written Exam Previous Question Papers
Previous year Question Papers for IBPS Common Written Exam for PO
B.Com 3rd year Mumbai University previous year question papers of Business Economics
Common Written Exam for Clerical cadre previous year solved Question Papers
Previous year question papers of B.Com 1st year of University of Kerala
UGC-NET Previous Year Papers
B.Com 3rd year previous year question papers of Mumbai University
Previous year question papers of BOB PO recruitment written exam
KU BE ECE 3rd Year previous year’s question papers of Computer Hardware Design






Reply




All times are GMT +6. The time now is 01:43 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8