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
Explain how do I determine whether a character is numeric, alphabetic, and so on?
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?
What is malloc return c?
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.
What are local variables c?
Does sprintf put null character?
Why is #define used?
What is d'n in c?
Explain how do you print an address?
What is scope rule of function in c?
is it possible to create your own header files?
Write a program to print factorial of given number using recursion?
What is break in c?
How many levels of pointers have?
What are the disadvantages of c language?