Answer Posted / rama krishna sidhartha
Initializing the values of variables or array variables at
the time of execution (or)runtime.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain Function Pointer?
Why static is used in c?
Explain how are portions of a program disabled in demo versions?
Explain what is wrong in this statement?
Can include files be nested?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Compare interpreters and compilers.
What is c language & why it is used?
Explain what is the use of a semicolon (;) at the end of every program statement?
Explain data types & how many data types supported by c?
What is the scope of an external variable in c?
What is the purpose of & in scanf?
What are the 5 elements of structure?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
what value is returned to operating system after program execution?