GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

OOPS FAQ


OOPS FAQ

Questions: 256
Comments: 509
 OOPS FAQ Tags
 Showing Questions 181-190 of 255 Questions
<< Previous 15 16 17 18 [19] 20 21 22 23 24 Next >>
 Sponsored Links

 
 OOPS FAQ
Sorting Options :  

Latest Answer: #include#include#includevoid main(){char name[50],fname[15],sname[15],lname[15];int i,j,k;clrscr();printf("First name:");gets(fname);printf("Second name:");gets(sname);printf("Last ...

Latest Answer: int a=10,b=20;a=a+b;b=a^b;a=a^b; ...

Latest Answer: main(){char str[10];int i=0;clrscr();printf("Enter the name to be reversed :");scanf("%s",&str);for(i=strlen(str);i>=0;i--){printf("%c",str[i]);}getch();} ...

Latest Answer: #includeusing namespace std;/* factorial function  --recursive*/int fact(int n){ if (n == 0)  return 1; n=n*fact(n-1); return n;}int main() { int n=5; cout

Latest Answer: #include#includeint main(){        int f1=0, f2=1,i, n, k;    printf("enter the value of n n");    scanf("%d", &n);    ...

Latest Answer: #includeusing namespace std;int fact(int n){ if (n == 0)  return 1; n=n*fact(n-1); return n;}int main() { int n=5; cout

Latest Answer: class CommandLineTest{ public staic void main(String a[]){  for(int i=0;i

Write a program which uses functions like strcmp(), strcpy()? What are the advantages of using typedef in a program?


Latest Answer: ptr=realloc(ptr,newsize);This function allocates a new memory space of size  newsize to the pointer variable ptr  and returns a pointer to the first byte of the new memory block.The new size may be smaller or larger than the size.If the function ...

View page << Previous 15 16 17 18 [19] 20 21 22 23 24 Next >>

Ask A Question
Go Top
 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
Sponsored Links

 
Free White Papers & Software


Vulnerability Management
for Dummies eBook

 


 

Request Your Copy
 



Free: 60-Day Trial
Microsoft Office Project

 


 

Request Now
 



The 7 Things that
IT Security Professionals
MUST KNOW!

 


 

Request Your Free eBook

 
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape