GeekInterview.com
  I am new, Sign me up!
 

Oracle Technical


Oracle Technical

Questions: 126
Comments: 221
 Oracle Technical Tags
 Showing Questions 71-80 of 126 Questions
<< Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>
 Sponsored Links

 
 Oracle Technical
Sorting Options :  

What is wrong with the program?double d;scanf("%f", &d);A. Instead of %f , %lf should be used for formattingB. Instead of %f , %d should be used for formattingC. Instead of %f , %D should be used for formattingD. Instead of %f , %n should be used for formatting

What function will read a specified number of elements from a file?A. readfile()B. fread()C. fileread()D. getline()

#include void func(){int x = 0;static int y = 0;x++; y++;printf( "%d -- %dn", x, y );}int main(){func();func();return 0;}What will the code above print when it is executed?A. 1-- 1     1 - 1B. 1 -- 1     1 -- 2C. 1 -- 1     2 -- 1D. 1 -- 0     1 -- 0

What is the output of the following loop?for(I=0, j=I++; j>I; j++, I++){printf("%d%d", I, j);}A. 0,1B. 0,0C. Infinite loopD. No output

Consider the following structurestruct{int data;struct node *prev;struct node *next;}node;NULL ß 5 à 8 à 10 à NULLß ßp q rWhat will be the value of r à prev à next à data?A. 10B. 8C. 5D. NULL

What is the output?void main(){int a,b=5,c=10;a = (b-c) > (c-b) ? b : c;printf("%d",a);}A. 10B. 5C. 0D. Error

Which section of a PL/SQL block would most likely contain a RAISE statement?A. HeaderB. DeclarativeC. ExecutableD. Exception

Select the VALID trigger type(s)?A. AFTER statement triggerB. INSERT row triggerC. DELETE row triggerD. All of the above

Which section of a PL/SQL block would most likely contain a RETURN statement?A. HeaderB. DeclarativeC. ExecutableD. Exception

Latest Answer: C. String ...

View page << Previous 4 5 6 7 [8] 9 10 11 12 13 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 (?)

 
Expert Members
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