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
Explain what’s a signal? Explain what do I use signals for?
What are the application of c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Is javascript based on c?
What does volatile do?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is string function c?
What is context in c?
What is c preprocessor mean?
Write a c program to demonstrate character and string constants?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Explain enumerated types in c language?
What is adt in c programming?
Write a program for Overriding.
What is the equivalent code of the following statement in WHILE LOOP format?