What are qualifiers?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of functions are there in c?
What is the usage of the pointer in c?
What are linker error?
Write a program in c using only loops to print * * * * * *******
Explain the properties of union. What is the size of a union variable
What are the languages are portable and platform independent?Why they are like that?
How can I recover the file name given an open stream or file descriptor?
Write a program in c to replace any vowel in a string with z?
Create a simple code fragment that will swap the values of two variables num1 and num2.
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
what is the coding of display the factorial of a number using array and function?