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
Are bit fields portable?
Explain about the constants which help in debugging?
What do the functions atoi(), itoa() and gcvt() do?
How do you determine the length of a string value that was stored in a variable?
What are called c variables?
Differentiate between new and malloc(), delete and free() ?
Can include files be nested?
What are run-time errors?
Can true be a variable name in c?
How can I run c program?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
How will you find a duplicate number in a array without negating the nos ?
Explain what are the different file extensions involved when programming in c?
How do you convert strings to numbers in C?
Explain how can you tell whether a program was compiled using c versus c++?