Is c an object oriented programming language?
Answer / kamil
No, C is not an object oriented programming language
It's a structural programming language
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you increase the size of a dynamically allocated array?
Is a house a mass structure?
explain memory layout of a C program
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What is volatile variable in c?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
What language is windows 1.0 written?
What is queue in c?
How to avoid buffer overflow?
Explain Function Pointer?
Where can I get an ansi-compatible lint?
What is an lvalue?