Answer Posted / p.madhupriya
printf is using to print the statement only.
Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What are structs in c++?
What is the protected keyword used for?
What is the array and initializing arrays in c++?
Which bit wise operator is suitable for turning off a particular bit in a number?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is time_t c++?
Define 'std'.
What are static variables?
Explain the isa and hasa class relationships. How would you implement each?
How does com provide language transparency?
How much is c++ certification?
What are static type checking?
Which software is used to run c++ program?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is the benefit of encapsulation?