GeekInterview.com
  I am new, Sign me up!
 

Siemens Technical


Siemens Technical

Questions: 35
Comments: 74
 Showing Questions 21-30 of 35 Questions
<< Previous 1 2 [3] 4 Next >>
 Sponsored Links

 
 Siemens Technical
Sorting Options :  

For the following C program struct base {int a,b; base(); int virtual function1();} struct derv1:base {int b,c,d; derv1() int virtual function1();} struct derv2 : base {int a,e; } base::base() {a=2;b=3; } derv1::derv1() {b=5; c=10;d=11;} base::function1() {return(100); } derv1::function1() { return(200); } main() base ba; derv1 d1,d2; printf("%d %d",d1.a,d1.B. Output of the program is: A. a=2;b=3; B. a=3; b=2; C. a=5; b=10; D. none

For the following C program struct { int x; int y; }abc; x cannot be accessed by the following 1) abc-->x; 2) abc[0]-->x; 3) abc.x; 4) (abc)-->x; A. 1, 2, 3 B. 2 & 3 C. 1 & 2 D. 1, 3, 4

Latest Answer: There are two types of device drivers. user space and kernel space drivers.usually all drivers associaed wih h/w are kernel space drivers.x-server is a user space driver through which we can develop applns wihout the knowledgee of ...


Which of the following is right in ms-windows A. Application has single qvalue system has multiple qvalue B. Application has multiple qvalue system has single qvalue C. Application has multiple qvalue system has multiple qvalue D. None

Latest Answer: Widgets are GUI objects like buttons, menus, dialog boxes and other such objects or object-related general functions. This can be compared with Active Template Library (ATL 3.0) on the Microsoft Platform, which provides Component Object Model (COM) developers ...


Latest Answer: ${DESTDIR} ...

The keystroke mouse entry are interpreted in ms windows as A. Interrupt B. Message C. Event D. None of the above

Latest Answer:  Dynamic scoping  1 The variable that is not defined in the current scope is looked for in the most recent activation record.  2In computer programming in general, a scope is an enclosing context. Scopes have contents which are associated ...

View page << Previous 1 2 [3] 4 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape