When was c language developed?
No Answer is Posted For this Question
Be the First to Post Answer
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
What is difference between structure and union in c?
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
What is meaning of tree
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
Write a program to print fibonacci series using recursion?
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?????????????
What are the disadvantages of external storage class?
a program that can input number of records and can view it again the record
What is the difference between a structure and a union?
What is difference between union and structure in c?
Why c is called object oriented language?