Since 5/6/2012 7:45:15 AM, vijoeyz9979 has written 6 articles and participated in 8 conversations. vijoeyz9979 signature: vijoeyz9979
vijoeyz9979's articles:
Items(6) /1
Ultra High Speed Type I Cards031 (10/12/2009 11:31:47 AM) comp.arch.embedded The SD 3.0 standard states that UHS-I cards throughput can be up to 104 MB/sec in the SD104 mode. What confuses me is the Table 3-5 of SD 3.0 spec (physical layer), which says **Maximum Bus Speed** can be up t... vijoeyz
Signed only index?3029 (1/11/2008 2:52:22 PM) comp.lang.c Why does this program print 1 for a[-1]. I thought it should be an OOB access situation! #include #include int main() { int a[6]={1,2,3,4,5}; printf("%d\n", a[-1]); return EXIT_SUCCESS; } Thanks, Vij... Vijay
UCN and Unicode148 (7/8/2005 7:46:29 AM) comp.lang.c Are Universal Character Name and Unicode one and the same? Kind regards, Vijay Zanvar ... Vijay
Shift sequence1027 (5/19/2005 3:50:42 PM) comp.lang.c I do not know much about shift sequence(7.1.1#5). Can somebody enlighten me, giving some examples? Regards, Vijay Kumar R. Zanvar -- Calvin: Hi Mom! I'm making my own newspaper to report the events o... Vijay
Why not auto?921 (5/9/2005 12:48:57 PM) comp.lang.c Hello, Unlike register, auto keyword can not be used to declare formal parameter(s). Is there any specific reason for this? Kind regards, Vijay Kumar R. Zanvar ... Vijay
What is const char * const *p;1338 (11/30/2004 5:37:55 AM) comp.lang.c Hello, I have few questions. They are: 1. Is "const char * const *p;" a valid construct? 2. How do I align a given structure, say, at 32-byte boundary? 3. Then, how do I assert that a given object is aligned... vijoeyz
vijoeyz9979's replies:
Items(7) /1
problem with fgets727 (12/29/2004 12:06:50 PM) comp.lang.c Hi all: my problem is in the comments of the code . would u please give me some clue what 's the problem? what u in advance. /*******************************/ #include "stdio.h" #include "malloc.h" #include "... woailvzi(2)
duplicate specifier in delcaration??248 (3/15/2005 11:43:23 AM) comp.lang.c I am compiling a directiry of source files which include a header with the following typedef unsigned char u_char; when i compile the following error occurs. duplicate specifier in declaration What can it b... fziadeNSPAM(1)
A question about pointer426 (4/15/2005 8:36:49 PM) comp.lang.c Hi! I am new in C. I am reading a C programming book writen in Chinese. In Page 134 the author says(in Chinese): "The compiler will not accept the following declarations: int **ary; int (*ary); int ary[ ][ ]; "... ddt_pest(14)
Regarding typedef422 (4/19/2005 4:48:22 PM) comp.lang.c Hi What does the statement: typedef unsigned my_type_name; mean? Cannot find an answer to this in ordinary books on C. -- Thanks, Osk ... osalnins(1)
Why not auto?921 (5/9/2005 12:48:57 PM) comp.lang.c Hello, Unlike register, auto keyword can not be used to declare formal parameter(s). Is there any specific reason for this? Kind regards, Vijay Kumar R. Zanvar ... vijoeyz9979(14)