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

This question is related to Dell Interview

Showing Answers 1 - 3 of 3 Answers

M.Sunil Kumar

  • Dec 5th, 2006
 

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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions