How will you declare an array of three function pointers where each function receives two ints and returns a float?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of void pointer?
What is wrong with this initialization?
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
Write code for finding depth of tree
What is function and its example?
ATM machine and railway reservation class/object diagram
What is the difference between the local variable and global variable in c?
difference between object file and executable file
What is the difference between void main() and int main()?
What is the purpose of 'register' keyword in c language?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
What will be the output of x++ + ++x?