hi, this is raju,iam studying b.tech 2nd year,iam want know
about group1 and group2 details, and we can studying
without going to any instutions? please help me.
No Answer is Posted For this Question
Be the First to Post Answer
Why u change company?
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile
What do you mean by variable?
what is meant by files?
Get me a number puzzle game-program
Why is oop useful?
What is Virtual Keyword?
When is it necessary to use member-wise initialization list in C++?
what i oops concept, how many languages supports oops concept?
How to call a non virtual function in the derived class by using base class pointer