Answer Posted / mrs.ahmer
The program can be loaded in the memory by selecting
RUN>RUN from menu bar or pressing CTRL+F9.user can display
the output screen be selecting WINDOW>USER SCREEN or
pressing ALT+F5
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does struct work in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
write a program to copy the string using switch case?
What is pointer to pointer in c language?
Why is c so powerful?
What is a program flowchart?
Why do we write return 0 in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Explain what is page thrashing?
What does the format %10.2 mean when included in a printf statement?
What is difference between structure and union?
Can you apply link and association interchangeably?
What is the use of linkage in c language?
Is main is user defined function?
What are the differences between Structures and Arrays?