Where define directive used?
No Answer is Posted For this Question
Be the First to Post Answer
c program to manipulate x=1+3+5+...+n using recursion
Who is the founder of c language?
How can I find leaf node with smallest level in a binary tree?
Should a function contain a return statement if it does not return a value?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
What is the difference between %d and %*d in C
What is a stream in c programming?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
Explain pointer. What are function pointers in C?
Is stack a keyword in c?
main() { clrscr(); } clrscr();
How do c compilers work?