what is available in C language but not in C++?
Answer Posted / jibin jose
type conversion in c : (Datatype)value
type conversion in c++ : int(Datatype)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the rules for identifiers in c?
How important is structure in life?
find out largest elemant of diagonalmatrix
What is the scope of global variable in c?
How can I find out the size of a file, prior to reading it in?
What is the newline escape sequence?
Which is best linux os?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Is exit(status) truly equivalent to returning the same status from main?
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 the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
In a switch statement, what will happen if a break statement is omitted?
Explain how can I pad a string to a known length?
Can you write the algorithm for Queue?
What are the 3 types of structures?