What are register variables? What are the advantage of using register variables?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is a loop?
Why is c not oop?
How will you delete a node in DLL?
What is the scope of an external variable in c?
What is a pointer in c?
what is the different bitween abap and abap-hr?
Should I learn data structures in c or python?
Can I initialize unions?
What is a structure and why it is used?
What are near, far and huge pointers?
What is static identifier?
What is the use of a ‘ ’ character?