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 |
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
What is the difference between void main and main in c?
Whether there can be main inside another main?If so how does it work?
How can this be legal c?
What is structure packing ?
Is that possible to add pointers to each other?
Tell me with an example the self-referential structure?
What is the condition that is applied with ?: Operator?
how to print value of e(exp1)up to required no of digits after decimal?
Software Interview Questions
What is the argument of a function in c?
Is struct oop?