Answer Posted / priyanka pal
c++ is a object oriented language.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is there a way to jump out of a function or functions?
What is the difference between printf and scanf )?
What are the primitive data types in c?
Is it possible to initialize a variable at the time it was declared?
Explain how can a program be made to print the name of a source file where an error occurs?
What is a structure member in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Is c language still used?
Explain the use of bit fieild.
What does sizeof int return?
why we wont use '&' sing in aceesing the string using scanf
How can I determine whether a machines byte order is big-endian or little-endian?
Difference between Function to pointer and pointer to function
What is use of #include in c?
What is FIFO?