Is it possible to have a function as a parameter in another function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of extern in c?
A program to allow an input operand and operator from the operator and read on the display and output operand.
Can a file other than a .h file be included with #include?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Explain pointer. What are function pointers in C?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
What is the difference between functions abs() and fabs()?
What is an array in c?