Answer Posted / sarika
A structure which contains a pointer to itself is called a
self-referential structure..
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is header file definition?
What is a volatile keyword in c?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Does c have enums?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is the value of c?
What is calloc() function?
program to convert a integer to string in c language'
What is dynamic variable in c?
How many header files are in c?
Define the scope of static variables.
What are the types of variables in c?