Define Spanning-Tree Protocol (STP)
No Answer is Posted For this Question
Be the First to Post Answer
How does normalization of huge pointer works?
In how much time you will write this c program? Prime nos from 1 to 1000
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
What is function and its example?
how to copy a string without using c function
how to write optimum code to divide a 50 digit number with a 25 digit number??
how to use enum datatype?Please explain me?
What is define directive?
How important is structure in life?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????