Answer Posted / vignesh1988i
whenever a structure is been pointed by the same structure
pointer which is the member of the same structure is called
as self referential structure....
thank u
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the different types of pointers used in c language?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
how can use subset in c program and give more example
What is else if ladder?
What are predefined functions in c?
What is the ANSI C Standard?
What is property type c?
Explain how can you check to see whether a symbol is defined?
Is c still used?
What is local and global variable in c?
Define and explain about ! Operator?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What are type modifiers in c?