Why c is called object oriented language?
Answer / Shobhit Kumar Tripathi
Although C is primarily a procedural language, it provides some features that support OOP principles. Libraries like C++ and Objective-C built on top of C add full support for OOP, making C sometimes referred to as an early precursor or foundational language for object-oriented programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
write a program to find the largest and second largest integer from an array
Is c is a procedural language?
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
Where is c used?
Why is sizeof () an operator and not a function?
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
Is register a keyword in c?
Explain logical errors? Compare with syntax errors.
what is a static function
Explain what is the difference between functions abs() and fabs()?