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  >  Dell  >  Aptitude
Go To First  |  Previous Question  |  Next Question 
 Aptitude  |  Question 6 of 7    Print  
These ques were asked in the Intuit paper. There were 11 ques:

1. Write a C function(statement given) for definition of strlen(used to return the leanth of a null character terminated ASCII string):
unsigned int strlen(char *str)

2.U have a rectangular board with a rectangular hole in it(could be anywr at any inclination). Draw a single straight line to cut the solid are into 2 equal halves.

3.what is the output of the following prog?
#include
void main()
{
int i=10;
int j=i%2;
if (j==0)
cout<<"Got it:"< else
cout<<"out it:"< }

  
Total Answers and Comments: 1 Last Update: December 05, 2006     Asked by: best wishes 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
December 05, 2006 01:44:15   #1  
M.Sunil Kumar        

RE: These ques were asked in the Intuit paper. There w...

in c++ programming language #incude<iostream.h> is must so it give error


 
Is this answer useful? Yes | No

 Related Questions

These ques were asked in the Intuit paper. There were 11 ques:1. Write a C function(statement given) for definition of strlen(used to return the leanth of a null character terminated ASCII string):unsigned int strlen(char *str)2.U have a rectangular board with a rectangular hole in it(could be anywr at any inclination). Draw a single straight line to cut the solid are into 2 equal halves.3.what is the output of the following prog?#include void main() { int i=10; int j=i%2; if (j==0) cout
Read Answers (1) | Asked by : best wishes


 Sponsored Links

 
Related Articles

ODP.NET - Populating a Dataset with a Single Data Table

ODP NET Populating a Dataset with a Single Data Table A dataset is simply a group of data tables These data tables can be identified with their own unique names within a dataset You can also add relations between data tables available in a dataset mosgoogle The following code gives you the details o
 

ODP.NET - Retrieving a Single Row of Information Using OracleDataAdapter

ODP NET Retrieving a Single Row of Information Using OracleDataAdapter In the previous example we worked with a set of rows in the DataTable object Now we shall work with a particular row using the DataTable object The following code accepts an employee number from the user and gives you the details
 

C++ Void Pointer and Null Pointer

C Void Pointer and Null Pointer In this C tutorial you will learn about two interesting types of pointers; void pointers and Null Pointer These pointers will be discussed in conjunction with syntax usage and example mosgoogle center Pointer to Void General Syntax void pointer variable; Void is use
 

C++ Pure Virtual Function and Base Class

C Pure Virtual Function and Virtual Base Class In this C tutorial you will learn about pure virtual function declaration of pure virtual function and virtual base class virtual base class and how to implement a virtual base class explained with examples mosgoogle center What is Pure Virtual Function
 

C++ Function Passing Types

C Function Passing Types In this C tutorial you will learn about function passing types two types of arguments passing in functions passed by value&nbsp; and&nbsp; passed by reference are discussed here mosgoogle center The arguments passed to a function can be performed in two ways Passed
 

C++ String Representation and Handling

C String Representation and Handling In this C tutorial you will learn about string representation and handling how is string represented end string notation initializing char array character representation string literals example programe to understand the character array concept and the accessing
 

C++ Standard Input Output Stream

C Standard Input Output Stream In this C tutorial you will learn about standard input stream and standard output stream explained along with syntax and examples C programming language uses the concept of streams to perform input and output operations using the keyboard and to display information on
 

JavaScript String Object

JavaScript String Object In this JavaScript tutorial you will learn about String Object purpose of string object in JavaScript purpose of string object indexof method lastIndexOf method and substring method along with syntax and example mosgoogle center Purpose of String Object in JavaScript The mai
 

What is Comprehensive Data Definition

A Comprehensive Data Definition refers to a formal data definition that provides a complete, meaningful, easily read, readily understood definition explaining the content and meaning of data. In a business enterprise environment where people are heavily depending on intelligent business systems (bus
 

On-Line Transaction Processing

On-Line Transaction Processing On-Line Transaction Processing is a processing that supports the daily business operations. Also know as operational processing and OLTP.&nbsp; An OLTP is a database which must typically allow the real-time processing of SQL transactions to support traditional reta
 

Sponsored Links

 
Related Categories




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