Why c is called object oriented language?
No Answer is Posted For this Question
Be the First to Post Answer
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
I need a sort of an approximate strcmp routine?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
application of static variables in real time
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
Explain about C function prototype?
what is level of tree if leaf node is at level 4.please explain.
what is foreign key in c language?
Why static variable is used in c?
1,1,5,17,61,217,?,?.
How do I determine whether a character is numeric, alphabetic, and so on?
What is ## preprocessor operator in c?