what is c++ programming?
Answers were Sorted based on User's Feedback
Answer / savitha
c++ is object oriented programming language... it has special functions such as class, polymorphism ,inheritance ,encapsulation , data abstraction...hence we can develop programs which relates to objects makes us easy to understand
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / renisha
c++ is powerful general purpose system. it used objects,
classes, functions. it used to compiler that input and
display the output. it can use more information. user can
use variety of information whatever they needs.
Is This Answer Correct ? | 5 Yes | 3 No |
Answer / premnath
C++ is a Object Oriented Programming Language which is derived from C.
C++ is a general purpose language and is invented by "Bjarne Stroustrup" .
The main features of C++(OOP) are :
Operators and operator overloading,
Classes,
Objects,
Encapsulation,
Inhiritence,
Polymorphism &
Templates.
Is This Answer Correct ? | 2 Yes | 2 No |
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
What is volatile variable how do you declare it?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Is it better to use malloc() or calloc()?
Explain union. What are its advantages?
Mention four important string handling functions in c languages .
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
i am using gsm modem ! I USE CMGL COMMAND TO DISPLAY THE LIST OF MESSAGES ! I WANT TO READ EACH MESSAGE ONE BY ONE AND GET EACH MESSAGE INDEX USING C PROGRAM ! THE RESPONSE OF THE MODULE AFTER AT+CMGL IS ---CMGL: 1,"REC READ","+85291234567",,"07/05/01,08:00:15+32",145,37 It is easy to list SMS text messages.---- I WANT THE PROGRAM TO GET THE NUMBER "37"{MESSAGE LENGTH} AS WELL AS "1"(MESSAGE INDEX NUMBER" PLEASE HELP
Is using exit() the same as using return?
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
What is hash table in c?
How the processor registers can be used in C ?