How do pointers work?
No Answer is Posted For this Question
Be the First to Post Answer
What is data types c++?
this is to swap to strings....but in output the whole strings are swapped leaving first as it is...why it is so #include<iostream.h> int main() { char a[]="ajeet"; char b[]="singh"; long x=*a; long y=*b; cout<<x<<":"<<y; x=x+y; y=x-y; x=x-y; *a=x; *b=y; cout<<x<<":"<<y; cout<<&a<<endl; cout<<&b<<endl; }
Mention the ways in which parameterized can be invoked.
differance between copy & clon
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What is the most powerful coding language?
Write about the various sections of the executable image?
When does a name clash occur?
What is data type in c++?
What are the three forms of cin.get() and what are their differences?
Which software is used to run c++ program?
What apps are written in c++?