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
Explain how to reverse singly link list.
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Explain how can you be sure that a program follows the ansi c standard?
Can we declare a function inside a function in c?
What are different types of variables in c?
What is the difference between scanf and fscanf?
What is #pragma statements?
What is the difference between #include and #include 'file' ?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is pointer in c?
How do you define a string?
Using which language Test cases are added in .ptu file of RTRT unit testing???
When can a far pointer be used?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]