DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
Answers were Sorted based on User's Feedback
Answer / nayani
.c++ is an object oriented programming language.
.c is a procedural oriented programming language.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / anupam n singh
c is procedural oriented language or strutured oriented
language .
c++ is object oriented programing language
| Is This Answer Correct ? | 9 Yes | 0 No |
Can you apply link and association interchangeably?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
Hi can anyone tell what is a start up code?
What is a newline escape sequence?
who is first prime minister in india??
What is formal argument?
How can you draw circles in C?
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
what is a static function
what is calloc and malloc?