What is the meaning of this decleration?
unsigned char (*pArray[10][10]);
please reply.
Answer / debaprasad.pal
the brackets are there to confuse. it is a two dimensional
array of uchar.
Is This Answer Correct ? | 3 Yes | 0 No |
Without Computer networks, Computers will be half the use. Comment.
write a prgram of swapping with 2 valiables
Should a function contain a return statement if it does not return a value?
What are function pointers? Provide an example.
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
How can you tell whether a program was compiled using c versus c++?
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
What are header files why are they important?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
why wipro wase