Answer Posted / guest
after writing entire code first compile the program using
alt+F9.Then look at the errors and warnings ,after all the
errors and warnings are rectified u can run the program by
ctrl+F9.to watch the output go through the key alt+F5.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Explain how do you list a file’s date and time?
Difference between pass by reference and pass by value?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Explain the difference between malloc() and calloc() in c?
what are the 10 different models of writing an addition program in C language?
What is static memory allocation? Explain
What is static function in c?
Why can’t constant values be used to define an array’s initial size?
How to set file pointer to beginning c?
How can I manipulate strings of multibyte characters?
What is wrong with this program statement? void = 10;
How can I delete a file?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
How to explain the final year project as a fresher please answer with sample project
Why is sizeof () an operator and not a function?