Answer Posted / vinay bondade
1 byte
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Do the parentheses after the type name make a difference with new?
What is auto used for in c++?
Where Malloc(), Calloc(), and realloc() does get memory?
Array base access faster or pointer base access is faster?
What is c++ array?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Can c++ be faster than c?
What are the two types of comments, and how do they differ?
what is a reference variable in C++?
Explain object slicing in c++?
List the advantages of inheritance.
What is the difference between mutex and binary semaphore?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
What is the keyword auto for?
Are c and c++ similar?