______________ is a specific coordinated advertising effort on behalf of a particular product or service that extends for a specified period of time.
business economics and quantitative methods
At what time between 5.30 and 6 will the hands of a clock be at right angles?
Pointing towards a person in a photograph, Pinki said, "He is the cousin of my mother's husband". How is that person related to Pinki?
Which keyword is used to refer baseclass constructor to subclass constructor
What will the given code snippet specify?class MyClass{ char chrs = 'A' ; public IEnumerator GetEnumerator() { for (int i = 20; i >=0; --i) if (i == 10) yield break; yield return (char)((chrs + i)); }}class Program{ static void Main(string[] args) { MyClass mc = new MyClass(); foreach (char ch in mc) Console.Write(ch + " "); Console.WriteLine(); Console.ReadLine(); }}
What will be the declaration of the variable ptr as the pointer to array of 6 floats
What is the output for the following code static void Main(string[] args) { int a = 5; if (Convert.ToBoolean((.002f) -(0.1f))) Console.WriteLine("Sachin Tendulkar"); else if (a == 5) Console.WriteLine("Rahul Dravid"); else Console.WriteLine("Ms Dhoni"); Console.ReadLine(); }
Select the statement which should be added to the current set of code to get the output as 10 20 class baseclass{ protected int a = 20;}class derived : baseclass{ int a = 10; public void math() { /* add code here */ } }
Choose the correct output for given set of code enum per { a, b, c, d, } per.a = 10; Console.writeline(per.b);
In Inheritance concept, which of the following members of base class are accessible to derived class members
The correct way to define a variable of type struct abc among the following is struct abc { public string name; protected internal int age; private Single sal; }
Sushmita agreed to go to Chandigarh and remain there for two months
DTD includes the specifications about the markup that can be used within the document, the specifications consists of all EXCEPT