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
Write a program to generate random numbers in c?
What are # preprocessor operator in c?
What is the return type of sizeof?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is a built-in function in C?
Difference between pass by reference and pass by value?
What is default value of global variable in c?
How do I round numbers?
What is assignment operator?
Why is a semicolon (;) put at the end of every program statement?
what is ur strangth & weekness
Should I learn data structures in c or python?
In C language what is a 'dangling pointer'?
Write a program to print all permutations of a given string.
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.