GeekInterview.com
  I am new, Sign me up!
 

Intel Programming


Intel Programming

Questions: 9
Comments: 18
 Intel Programming Tags
 Sponsored Links

 
 Intel Programming
Sorting Options :  

Latest Answer: all valid commands in sql so none of these ...

One qn about pointer to funciton :how will a pointer to a pointer to a function will be declaredvoid *(*ptr[]));void *ptr[];void (**ptr[]
Tags : Pointer

4 
Latest Answer: argc is an argument count value, so for this example, argc equals to 3. ...

Latest Answer: hi, size of a union is size of largest data type among its members ...so size of union a is 4 bytes.Even if int no is type bt-field the sizeof union will remain 4 bytes as sizeof(int) = 4.now int no:2 means value for "no" wil be 2-bit wide i.e. either ...

Latest Answer: Note that the question asks which type of "function" takes less time to execute, not algorithm. While recursive algorithms generally take less time (depending on application), recursive functions have more overhead (a function call translates ...

Latest Answer: merge ...

Latest Answer: Efficiency of bubble sort = O(N^2)Merge is a divide-and-conquer = O(N * log N)Worst case: List is bigger than main memory. Bubble sort doesn't work.Best case: List is very small, bubble sort may be faster, due to less overhead. ...

Class A{fn to print ‘A’;}Class B {virtual fn to print ‘B’ }Class C {fn to print ‘C’}a ptr object is created for class C, what will be printed?
Hint: Read Virtual functions concept in C++ 

Latest Answer: 3rd NORMAL FORM IS BETTER COMPARED TO 1NF AND 2NF........ BUT BOYCE CODD NORMAL FORM IS NOT BETTER COZ IT LEADS TO LOSSY DECOMPOSITION OF DEPENDENCIES........... ...

 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 (?)

 
Expert Members
# User Name Count
1bndeshmukh1 1
2narender1908 1
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