What is an example of enumeration?
Answer / antony edwin
when you list all of an author's works one by one.
| Is This Answer Correct ? | 0 Yes | 0 No |
How arrays can be passed to a user defined function
What is an auto variable in c?
What is the difference between File pointer and Internal Charecter Pointer?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
What are the advantages of external class?
What are inbuilt functions in c?
out put of printf(“%d”,printf(ram));
Where is volatile variable stored?
Explain is it valid to address one element beyond the end of an array?
Explain what are run-time errors?
what does ‘#include’ mean?
How do I create a directory? How do I remove a directory (and its contents)?