Why do we use double in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What is prototype in c++ with example?
How do you establish a has-a relationship?
What is #include iostream h in c++?
Carry out conversion of one object of user-defined type to another?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Difference between class and structure.
Tell me difference between constant pointer and pointer to a constant.
Which sort does c++ use?
Is swift faster than c++?
Can a Structure contain a Pointer to itself?