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 |
simple program for virtual function?
What are the types of data files?
How many main () function we can have in a project?
Does sprintf put null character?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
List a few unconditional control statement in c.
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
What oops means?
Explain pointers in c programming?
How can I manipulate strings of multibyte characters?
how to do in place reversal of a linked list(singly or doubly)?
What is the size of enum in c?