Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
3758Post New iGate C++ Code Interview Questions
What is the maximum number of cards that can be passed to the map?
What do you mean by durability in dbms?
How can you compare Hadoop and Spark in terms of ease of use?
How to set file pointer to beginning c?
Explain when noclassdeffounderror will be raised ?
What does tty mean in linux?
What are the benefits of apache tajo?
Is array a collection c#?
What are functions c#?
Why should we go for xml editor instead of notepad?
Does bootstrap supports less and sass css structure in any form?
what is uses of .net
For some transformers we are using solid neutral earthing while some others we are using resistance earthing why ?
What is regsvr32 command?
hi.. i've one crystal report. i want the report header as "employee database". i dont want to right click->insert and goto text object and insert. i've one aspx page and aspx.cs page also. now i want the "employee database" header to be printed from .cs file. i dont want to pass by parameter also.. i.e is there any option in .cs file something like ReportDocument myreport = new ReportDocument(); myreport.Load(MapPath("~/" + "emp.rpt")); myReport.Reportheader="Employee database"; i hope u have understood this. only thing is from .cs file i want to print the header as employee database. i dont want by passing parameter also... please help....