Answer Posted / ambar
whenever a structure calls itself during execution it is
known as a self referential structurte
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is data type long in c?
Where are c variables stored in memory?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
How can I sort a linked list?
In a byte, what is the maximum decimal number that you can accommodate?
What is the difference between class and object in c?
What are the advantages of using macro in c language?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
How do I copy files?
Explain about the functions strcat() and strcmp()?
How reliable are floating-point comparisons?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question