.
  Vyom World.com . Let's Touch the Sky Together!  
.

Home
VyomWorld.com Home
Interview Questions
VyomLinks.com Home
JobsAssist.com Home
Vyom Network
Contact Us
Jobs & Careers
Resume Submitter
Placement Papers
IT Companies Directory
Computer Jobs
Interview Questions
Online Exams
Vyom Career eMag.
Fun
Send FREE SMS!
SMS Jokes
Source Codes Library
Source Codes Home
ASP Source Codes
C Source Codes
C++ Source Codes
COBOL Source Codes
Java Source Codes
Pascal Source Codes
Submit Source Codes
GATE
GATE an Overview
GATE Preparation
Study Materal
GRE
GRE an Overview
GRE Questions
GRE Preparation
GRE Universities
TOEFL Preparation
TOEFL Resources
GMAT Preparation
GMAT Resources
MBA Preparation
MBA Resources
Networking Concepts
Networking Concepts
Testing Preparation
Testing Resources
Webmasters
Free Traffic Builder
Webmaster Articles
Web Hosting
Tutorials
Hardware Tutorial
1500 Free eBooks New!
Get 30,000 Interview Questions & Answers in an eBook.

Interview Success Kit - Get Success in Job Interviews





Interview Success Kit - Get Success in Job Interviews Interview Success Kit - 30,000 Interview Que. & Ans.
Home » Placement Papers » subex Placement Papers »Sonata Placement Paper 2

New Click here to Download 2024 Latest placement papers of this company New

 

SUBEX PAPER ON 14th JANUARY AT BANGALORE


Advertisements
Advertisements

Hi All,

I attended the test on 14th Jan 2007 conducted by Subex Azure ltd.The paper had C programming mainly on pointers.

Part 1: 20 questions in C (1/2 an hour duration)

Part2: A program to be written (1/2 an hour)

Part1:

Assume

sizeof(char) = 2

sizeof(int) = 4

sizeof(float) = sizeof(pointer) = 4

sizeof(double) = 8

1.

#define _LINE_ 10

main()

{

printf("%d",_LINE_);

}

2.

#define STRINGDEF(expr) #expr

printf(STRINGDEF(10));

3.

calculate the following postfix expression

+ * + 2 6 - 1 5 6

4.

int i = 260;

float f = 12.2;

char c = 'a';

char *ptr1,*ptr2,*ptr3;

ptr1 = (char *)&i;

ptr2 = (char *)&f;

ptr3 = (char *)&c;

printf ("%c|%c|%c",*ptr1,*ptr2,*ptr3);

options:

a. 260|12|97

b. 260|12|a

5.

int main(int argc,char **argv)

{

int *p;

p = malloc(10 * sizeof(int i));

realloc(p,0);

/*(i) */

return 0;

What is the state of the marked line (i)?

options:

a. dangling pointer p

b. defined

c. memory leakage during malloc

6.

main()

{

int i = 0;

if(i++,i)

return 1;

else

return 0;

}

options:

1.Always 0

2.Always 1

7.

struct

{

unsigned int is_keyword : 1;

unsigned int is_extern : 1;

unsigned int is_static : 1;

}flag;

/*print the value of is_keyword */

options:

1. Compile error

2. 1

3. Error, before the :

8.

int foo(void)

{

char *p;

int i;

if (i && (*p=10))

return 1;

else

return 0;

}

what will be the outcome if the foo function is called ?

9.

int m =1;

int l =0;

int i = -1;

int j =1;

....

for(; i <= (j && 1) && (m &&j); (i >> 4))

/*sorry i do not exactly remember the for loop,but it actually look like the above for loop */

.....

How many times will the loop execute,

options:

a. 8

b. 1

c. infite times

10.

struct

{

char *p;

int i;

}mem;

....

struct mem member = {"value, 3"},2;

....

options:

1. compile erroe

2. state defined

11.

struct

{

char *name;

int i;

union

{

char var;

int integer;

float var2;

}

}ARRAY_SIZE(10);

....

//see the above assumptions

printf("%d",sizeof(ARRAY_SIZE));

....

options

1.20

2.200

3.16

4.160

and rest i do not remember....

but lot on pointers and preprocessors.

Part2:

Write a program to get strings and to substitute character from string1 to string2

(equv to UNIX command tr)

for example:

string1: "abc"

string2: "def"

the occurrence of 'a' will be replaced by 'd' , 'b' will be replaced by 'e' , 'c' will be replaced by 'f'
AND for less complexity assume the string1 and string2 are of same size
thatz all guys...
 

New Click here to Download 2024 Latest placement papers of this company New




 


.

Recently Updated: New Placement Papers added.
Vyom Network : Web Hosting | Dedicated Server | Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Programming & Source Codes | GRE Preparation | Jobs, Discussions | Software Listing | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | International Business Information | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | FAQs | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Excellent Mobiles | Software Testing | Interview Questions | Freshers Jobs | Server Insiders | File Extension Directory

Copyright ©2003-2024 Vyom Technosoft Pvt. Ltd., All Rights Reserved. Read our Privacy Policy