Answer Posted / nirmal kumar tailor
c is a procedural language and C++ is object oriented
language
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
In C language, a variable name cannot contain?
What is wild pointer in c with example?
What happens if you free a pointer twice?
When should a far pointer be used?
What are the application of c?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain enumerated types.
How do you view the path?
What is a pointer on a pointer in c programming language?
What is the difference between printf and scanf in c?
Is there a built-in function in C that can be used for sorting data?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Can you write the algorithm for Queue?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is difference between function overloading and operator overloading?