from which concept of 'c', the static member function
of 'c++' has came?

Answer Posted / sandeep

main

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

627


What should malloc() do?

639


Explain what is the general form of a c program?

620


What is a stream in c programming?

588


Explain 'bit masking'?

648






What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

670


How can I copy just a portion of a string?

812


How can I prevent another program from modifying part of a file that I am modifying?

606


Does * p ++ increment p or what it points to?

610


What are the two forms of #include directive?

640


Write a code to generate divisors of an integer?

634


Lists the benefits of c programming language?

592


What is p in text message?

536


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1295


Write a program to reverse a given number in c?

594