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 |
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
What is use of pointer?
what is the size of an integer variable?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
How does C++ help with the tradeoff of safety vs. usability?
Can two or more operators such as and be combined in a single line of program code?
Why do we use c for the speed of light?
write a program to print sum of each row of a 2D array.
Why do we use & in c?
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
Where is c used?