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
Write a program on swapping (100, 50)
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is a structure and why it is used?
What is call by value in c?
What is page thrashing?
What is c basic?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is the value of c?
Write a code to generate a series where the next element is the sum of last k terms.
Does free set pointer to null?
Explain how can you restore a redirected standard stream?
How can you access memory located at a certain address?
Explain what are the __date__ and __time__ preprocessor commands?
What is integer constants?
What are the characteristics of arrays in c?