What is volatile, register definition in C
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print "hello world" without using a semicolon?
what is the difference between global variable & static variable declared out side all the function in the file.
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
What are the advantages of using linked list for tree construction?
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
Which is best linux os?
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; }
Why should I prototype a function?
Why doesn't C have nested functions?
Where static variables are stored in c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
can anyone suggest some site name..where i can get some good data structure puzzles???