Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) I want to write a C++ language program that: 1. 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. The program should work for squares of all side sizes between 1 and 20.
2809Reads 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. --- │ │ │ │ │ │ ---
2121Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.
13 33148write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 16516Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
7 27110Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program
1 71091.explicit call for destructor 2.calling function inside a constructor. 3.base *b-new derived delete b; 4.delete p what it will delete. 5.size of base class and derived class int i,in base class and int j in derived. 6.int i-20 int main() { int i =5; printf("%d".::i); { int i =10; printf("%d".::i); } } 7.object slicing 8.new 9.function overloading(return type). 10.class base() { virtuval fun() { ----- } } class derivied:public base() { fun() { ----- } } int main() { derived d; } 11.how static function will call in C++? 12.default structures are in C++? 13.constructors should be in public . 14.virtuval constructor not exist. 15.multilevel inhritence. destructor order.
1 4547
How many kinds of operators do we have in python? Explain arithmetic operators?
What is an Atomic vector and how many types of atomic vectors are present in R?
What is meant by multiple inheritance?
why wipro wase
What are the benefits of yii over other frameworks?
Does wordpress involve coding?
What is form submission?
Describe linkages and types of linkages?
Create a simple code fragment that will swap the values of two variables num1 and num2.
mention the types of variables in scala? And what is the difference between them?
What is set when we have to use?
Can I learn c++ in a week?
How to receive a cookie from the browser?
How does inheritance operate when using the object of the classes?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?