Answer Posted / kiran kumar yakkala
we have already C,
there are some programming languages which offer object
orientation before c++.
designers implemented C language with OOPS concept.
means c++ is nothing but C + 1 feature(OOPS), in C++
environment c++ means c+1. so thats why they named only C++.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Explain what is a stream?
What are the 32 keywords in c?
What is the difference between test design and test case design?
what are the advantages of a macro over a function?
What are the different types of linkage exist in c?
Which programming language is best for getting job 2020?
Differentiate Source Codes from Object Codes
What are the types of data files?
What is the difference between text files and binary files?
Explain two-dimensional array.
What are volatile variables in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What is a structure in c language. how to initialise a structure in c?