1. Declare the following statement? "A pointer to a function which receives an int pointer and returns float pointer".





Write Comment

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Tags
Show Similar Question And Answers
QA->Which of the following isn’t a DCL statement?....
QA->Which state of India became the first in the country to make voting in local bodies elections compulsory, empowering the election commission to declare a non-voter as defaulter and liable to punishment?....
QA->Who was the presidnet of India to declare National Emergency on 26th June 1975?....
QA->Power of the Judiciary to declare a law invalid on constitutional ground is called:....
QA->When a Bill is passed by the House of Parliament, it shall be presented to the President, who shall declare:....
MCQ->Declare the following statement? "A pointer to a function which receives an int pointer and returns float pointer".....
MCQ->Which of the following statements are correct about the structure declaration given below? struct Book { private String name; protected int totalpages; public Single price; public void Showdata() { Console.WriteLine(name + " " + totalpages + " " + price); } Book() { name = " "; totalpages = 0; price = 0.0f; } } Book b = new Book(); We cannot declare the access modifier of totalpages as protected. We cannot declare the access modifier of name as private. We cannot define a zero-argument constructor inside a structure. We cannot declare the access modifier of price as public. We can define a Showdata() method inside a structure.....
MCQ->Statements: The Government run company had asked its employees to declare their income and assets but it has been strongly resisted by employees union and no employee is going to declare his income. Conclusions: The employees of this company do not seem to have any additional undisclosed income besides their salary. The employees union wants all senior officers to declare their income first.

....
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication ( class Sample { private enum color : int { red, green, blue } public void fun() { Console.WriteLine(color.red); } } class Program { static void Main(string[ ] args) { // Use enum color here } } } To define a variable of type enum color in Main(), we should use the statement, color c; . enum color being private it cannot be used in Main(). We must declare enum color as public to be able to use it outside the class Sample. To define a variable of type enum color in Main(), we should use the statement, Sample.color c; . We must declare private enum color outside the class to be able to use it in Main().....
MCQ-> Each question below is followed by two statements A and B You are to determine whether the data given in the statement is sufficient for answering the question You should use the data and your knowledge of Mathematics to choose between the possible answer Give answer a)If the statement A alone is sufficient to answer the question but the statement B alone is not sufficient. Give answer b)If the statement B alone is sufficient to answer the question but the statement A alone is not sufficient Give answer c)If both statement A and B together are needed to answer the question Give answer d)If either the statement A alone or statement B alone is sufficient to answer the question Give answer e)If you cannot get the answer from the statement A and B together but need even more dataWhat is the profit earned by selling a watch for Rs 15,675 ? A.The cost price of 5 such watches is equal to the selling price of 4 such watches B.25% profit is earned by selling each watch....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions