What is bin sh c?
No Answer is Posted For this Question
Be the First to Post Answer
Apart from dennis ritchie who the other person who contributed in design of c language.
What does 4d mean in c?
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Is null valid for pointers to functions?
What are the different properties of variable number of arguments?
explain what are pointers?
Please list all the unary and binary operators in C.
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
Software Interview Questions
what is differnence b/w macro & functions
shorting algorithmS