What are the types of pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
Give the Output : * * * * * * * * * *
What are c identifiers?
I want tcs placement papers of 2004-2009 , its urgent
what defference between c and c++ ?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
Why do we use pointer to pointer in c?
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; }
What are the properties of union in c?
Can math operations be performed on a void pointer?
What are different types of pointers?
What are loops c?