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
State the difference between x3 and x[3].
How many levels of pointers can you have?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Explain how do you determine whether to use a stream function or a low-level function?
what is stack , heap ,code segment,and data segment
What is time null in c?
What is variable initialization and why is it important?
What is meant by high-order and low-order bytes?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is return in c programming?
What are the advantages of using Unions?
What is volatile variable in c with example?
How is a pointer variable declared?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Can you write a programmer for FACTORIAL using recursion?