What is the Purpose of 'extern' keyword in a function declaration?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is procedure oriented?
In how much time you will write this c program? Prime nos from 1 to 1000
What are two dimensional arrays alternatively called as?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What is the usage of the pointer in c?
Which is the best sort method for library management?
What is register variable in c language?
What is the g value paradox?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
write a function for strtok()??
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is the role of && operator in a program code?