Is c# written in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How do you generate a random number in c++?
What is prototype for that c string function?
What is the full form nasa?
What is an accessor in c++?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
an operation between an integer and real always yeilds a) integer result b) real result c) float result
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; }
What's the best free c++ profiler for windows?
What is protected inheritance?
What are arithmetic operators?
Is turbo c++ free?
Is java a c++?