Answer Posted / renisha
c++ is powerful general purpose system. it used objects,
classes, functions. it used to compiler that input and
display the output. it can use more information. user can
use variety of information whatever they needs.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What do you mean by recursion in c?
What is the difference between arrays and pointers?
Why is %d used in c?
What is structure pointer in c?
What is a string?
What is the difference between NULL and NUL?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
what will be maximum number of comparisons when number of elements are given?
Which is best linux os?
What is a const pointer?
Difference between Function to pointer and pointer to function
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
State the difference between x3 and x[3].
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
can we implement multi-threads in c.