Write a program that ask for user input from 5 to 9 then calculate the average
No Answer is Posted For this Question
Be the First to Post Answer
What do you know about Volatile keyword in C++? Explain with an example code.
Write a C++ Program to Check Whether a character is Vowel or Consonant.
Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }
Explain the difference between C and C++.
Write a program to read two numbers from the keyboard and display the larger value on the screen
What is Coupling?
CDPATH shell variable is in(c-shell)
What is static variable and difference between(const char *p,char const *p,const char* const p).
Write a C++ Program to Display Number (Entered by the User).
How to delete array of objects in C++? Proof by C++ code for proper deletion
what do you mean by exception handling in C++?
What is bool in C++