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
Differentiate between full, complete & perfect binary trees.
What is scanf_s in c?
What are the different types of endless loops?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Explain what are reserved words?
Differentiate between declaring a variable and defining a variable?
Are pointers integer?
Can we declare variable anywhere in c?
What is the function of this pointer?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is putchar() function?
Which is better pointer or array?
What is header file definition?
Compare interpreters and compilers.