Answer Posted / ayan
1>c is the procedural language & c++ is the object oriented
programming methodology.
2>In c++ there 3 types of operator u-nary,binary,ternary.
But in c there is only 2 types u-nary,binary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are dangling pointers? How are dangling pointers different from memory leaks?
how can I convert a string to a number?
Explain union.
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What does 3 mean in texting?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What are runtime error?
What is realloc in c?
What the advantages of using Unions?
Why do we use static in c?
How can you increase the size of a dynamically allocated array?
How to declare a variable?
Why is it usually a bad idea to use gets()? Suggest a workaround.
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Why is sprintf unsafe?