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

GeekInterview.com  >  Placement Papers  >  Kanbay
Go To First  |  Previous Question  |  
 Kanbay  |  Question 5 of 5    Print  
how to create a password field for creation of a page in 'c' or 'c++'.

  
Total Answers and Comments: 1 Last Update: March 11, 2007     Asked by: ajitmeher 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 10, 2007 22:59:11   #1  
J.Pavan Kumar        

RE: how to create a password field for creation of a p...

#include <conio.h>
void main()
{
           char *password;
           password = getpass("Enter the password: ");
           cprintf("Password: %s",password);
}


 
Is this answer useful? Yes | No

 Related Questions

Q. Which of the following is an invalid method for a standard web table object?A. RowCount B GetROProperty C ColumnCount D GetCellData E GetItemProperty ---------------------Q. You are an automation engineer for a company that uses manual testing. The company has a mature testing processes with formal documentation of test plans, test conditions and manual test scripts.What approach would you use for the initial implementation of automated testing to maximize long-term benefits?A Import the existing
Read Answers (1) | Asked by : LJ

Latest Answer : #include void main(){           char *password;           password = getpass("Enter the password: ");           ...
Read Answers (1) | Asked by : ajitmeher


 Sponsored Links

 
Related Articles

CSS3 Links Creation and Usage

CSS3&nbsp; Links Creation and Usage Links are very vital for any web page to navigate through the site and so is also with CSS3 In CSS3 it is possible to handle links even more powerful and effectively as it is possible to handle various states of links which are link visited hover and active s
 

How To Create a Data Warehouse Structure

How To Create a Data Warehouse Structure A data warehouse structure can be defined as the elements and components which make up the database The structure will show how these components work together and it may also show you how the database will grow over a given period of time mosgoogle While ever
 

How To Create a Good Cover Letter

How To Create a Good Cover Letter In addition to your resume writing a good cover letter will play an important part in whether or not you are considered for a position mosgoogle If you are writing a cover letter for the first time it can be a challenging task Despite this there are a number of thin
 

How To Create High Quality Tables With JavaScript

How To Create High Quality Tables With JavaScript If you are web program developer it is likely that you are creating tables on a daily basis In this article I will show you how to create high quality tables with Javascript within a short period of time One feature that you will want to become famil
 

How To Create a Java Server Application

How To Create a Java Server Application The invention of the internet and web browsers has had a massive impact on the way people send and receive information If you are like many people you probably get your news and other important information from the internet mosgoogle However there are some lim
 

WebSphere V5.0 : Running Applications - Create server instance and server configuration

WebSphere V5 0 Running Applications Create server instance and server configuration In this tutorial you will learn about WebSphere V5 0 Running Applications Create server instance and server configuration Creating a server and server configuration mosgoogle Creating a server and server configuratio
 

WebSphere V5.0 : Web Development - Create resources in appropriate J2EE locations

WebSphere V5 0 Web Development Create resources in appropriate J2EE locations In this tutorial you will learn about Web Development Create resources in appropriate J2EE locations Creating HTML files mosgoogle Creating HTML files Follow these steps to create a new HTML file 1 From the Web perspective
 

WebSphere V5.0 : Web Development - Create a web project

WebSphere V5 0 Web Development Create a web project In this tutorial you will learn about Web Development Create a web project Creating new static Web projects and Creating new J2EE Web projects mosgoogle Creating new static Web projects In the workbench you create and maintain resources for Web app
 

WebSphere V5.0 : Java Development - Create Java project, packages, classes, methods

WebSphere V5 0 Java Development Create Java project packages classes methods In this tutorial you will learn about Create Java project packages classes methodsm Java project Java project organization Creating a Java project Creating a new Java package Creating a new Java class and Create new methods
 

Breaking Into Your Field Of Interest With Education And No Experience

Breaking Into Your Field Of Interest With Education And No Experience Getting a job after college can be a scary experience for just about everyone especially if you have little or no experience in your field of interest However just because you do not have experience in your field doesn&rsquo;
 

Related Categories
Sponsored Links

 




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