1. Consider the following statements about 'Functions' in C A function can be called any number of times.A function gets called when the function name is followed by a semicolon.The order in which functions are defined in a program and the order in which they are called must be the same. Which of the above statements are correct?





Ask Your Doubts Here

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

Comments

  • By: guest on 02 Jun 2017 01.02 am
    The two orders need not be the same in C.
Show Similar Question And Answers
QA->Two statements are given followed by two conclusions I and II. You have to consider the two statements to be true even if they seem to be at variance from commonly known facts. You have to decide which one of the given conclusions is definitely drawn from the given statements. Statement : All virtuous persons are happy. No unhappy person is virtuous. Conclusions : I. Happiness is related to virtue II. Unhappy person is not virtuous.....
QA->A statement followed by two assumptions I and II is given. You have to consider the statement to be true even if it seems to be at variance from commonly known facts. You are to decide which of the given assumptions can definitely be drawn from the given statement. Indicate which one of the four given alternatives is correct ? Statement : If more encouragement is given to Sports, Indians will win more gold medals at the Olympic Games. Assumptions : I. Indians do not win gold medals. II. More enc....
QA->P can do a work in the same time in which Q and R together can do it. If P and Q work together, the work can be completed in 10 days. R alone needs 50 days to complete the same work. then Q alone can do it in....
QA->P and Q can do a work in 30 days. Q and R can do the same work in 24 days and R and P in 20 days. They started the work together, but Q and R left after 10 days. How many days more will P take to finish the work?....
QA->P can do a work in 24 days. Q can do the same work in 9 days and R can do the same in 12 days. Q and R start the work and leave after 3 days. P finishes the remaining work in --- days.....
MCQ->Consider the following statements about 'Functions' in C A function can be called any number of times.A function gets called when the function name is followed by a semicolon.The order in which functions are defined in a program and the order in which they are called must be the same. Which of the above statements are correct?....
MCQ->Which of the following statements are correct about static functions? Static functions can access only static data. Static functions cannot call instance functions. It is necessary to initialize static data. Instance functions can call static functions and access static data. this reference is passed to static functions.....
MCQ->Which two statements are true for any concrete class implementing the java.lang.Runnable interface? You can extend the Runnable interface as long as you override the public run() method. The class must contain a method called run() from which all code for that thread will be initiated. The class must contain an empty public void method named run(). The class must contain a public void method named runnable(). The class definition must include the words implements Threads and contain a method called run(). The mandatory method must be public, with a return type of void, must be called run(), and cannot take any arguments.....
MCQ->Read the following passage carefully and choose the most appropriate answer to the question out of the four alternatives. In short, to write a good letter you must approach the job in the lightest and most casual way. You must be personal, not abstract. You must notsay, 'This is too small a thing to put down'. You must say, 'This is just the sort of small thing we talk about at home. If I tell them this they will see me, as it were they'll hear my voice, they'll know what I'm talking about'. That is the purpose of a letter. Carlyle had the trick to perfection. He is writing from Scotsbrig to his brother Alec in Canada and he begins talking about his mother. Good old Mother, he says, 'she is even now sitting at my back, trying at another table to write you a small word with her own hand the first time she has tried such a thing for a year past. It is Saturday night, after dark we are in the east room in a hard, dry evening with a bright fire to our two selves Jenny and her Barns are 'scouring up things' in the other end of the house and below stairs the winter operations of the farm go on, in a subdued tone you can conceive the scene! How simple it is and yet how perfect. Can not you see Alec reading it in his far-off home and his eyes moistening at the picture of his old mother sitting and writing her last message to him on earth? Subdued tone means _______.....
MCQ->Which of the following statements are correct about functions used in C#.NET? Function definitions cannot be nested. Functions can be called recursively. If we do not return a value from a function then a value -1 gets returned. To return the control from middle of a function exit function should be used. Function calls can be nested.....
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 | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution