What tq means in chat?
No Answer is Posted For this Question
Be the First to Post Answer
what is the different bitween abap and abap-hr?
Is it better to use a macro or a function?
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is class and object in c?
How can I return multiple values from a function?
what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }
Compare and contrast compilers from interpreters.
Explain the difference between strcpy() and memcpy() function?
What are the different types of storage classes in C?
which one is highest Priority in c? a)=,b)+,c)++,d)==
explain how do you use macro?