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
explain what is a newline escape sequence?
what is software?
find the sum of two matrices and WAP for it.
how to execute with out main in cprogram
define string ?
What is an auto variable in c?
write a program in C to swap two variables
Determine if a number is a power of 2 at O(1).
Can we use any name in place of argv and argc as command line arguments?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
write a program for fibonaci series by using while loop in c?
Give differences between - new and malloc() , delete and free() ?