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
Why c is called free form language?
What are bitwise shift operators in c programming?
Is it possible to execute code even after the program exits the main() function?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is equivalent to ++i+++j?
What is the use of getchar functions?
plz let me know how to become a telecom protocol tester. thank you.
Can we assign integer value to char in c?
What does the characters “r” and “w” mean when writing programs that will make use of files?
ATM machine and railway reservation class/object diagram
how to find binary of number?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
How can you allocate arrays or structures bigger than 64K?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Which of these functions is safer to use : fgets(), gets()? Why?