Can a pointer be volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
c programming of binary addition of two binary numbers
ratio,age,persentage
What are void pointers in c?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
Describe static function with its usage?
What is the right type to use for boolean values in c? Is there a standard type?
What is anagram 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; }
int x=5; printf("%d%d%d",x,x<<2,x>>2);
What is the modulus operator?
Can you please explain the difference between syntax vs logical error?
what is the size of an integer variable?