Answer Posted / priyanka pal
c++ is a object oriented language.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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 is include directive in c?
What are different types of operators?
Calculate 1*2*3*____*n using recursive function??
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is register variable in c language?
What's the right way to use errno?
Write a program to identify if a given binary tree is balanced or not.
What is a pragma?
What is the difference between union and anonymous union?
Can we declare a function inside a function in c?
Why can’t we compare structures?
Explain what is page thrashing?
Explain what is the benefit of using an enum rather than a #define constant?
explain what is an endless loop?