Answer Posted / nayani
.c++ is an object oriented programming language.
.c is a procedural oriented programming language.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Write a program to print numbers from 1 to 100 without using loop in c?
Differentiate between a for loop and a while loop? What are it uses?
Why do we write return 0 in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What are 3 types of structures?
What is the use of pragma in embedded c?
What is merge sort in c?
What is the purpose of sprintf?
What are different types of variables in c?
What is variable declaration and definition in c?
What does 3 periods mean in texting?
Explain 'bus error'?
What is zero based addressing?
Does * p ++ increment p or what it points to?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference