Posts
Solve the error occured during share wifi using laptop
- Get link
- X
- Other Apps
Hello! Friends.. I'm Rajendra Kumar Yadav, Teach to you guys that how to share wifi if error occured : "The hosted network couldn't be started. The wireless local area network interface is powered down and doesn't support the requested operation." Follow The Video Instruction which is help to You.. Thanks for watching this video guys Happy Sharing wifi show the full wifi sharing instruction in to the next video..
wifi share without error
- Get link
- X
- Other Apps
Welcome Guys, This is Rajendra Teach to you guys that how to share wifi using cmd prompt without error if "Error Display so See the Below video and after follow these instruction." Mainly make the command: Press start+X and open command prompt(Admin). type the following command Network name is wifi name and Network password is password change it as you want.. make sure that you connect the net with dial up mode. not by using the appliction netsh wlan set hostednetwork mode=allow ssid="Network Name" key="Network password" after this type: "netsh wlan start hostednetwork" now open you phone and connect and enjoy...
Data Structure Using C
- Get link
- X
- Other Apps
Q 1. What is Data? Explain its type. Ans. Data is Collection of Number, Alphabets and symbols to represent the information. A computer takes row data as input and after processing of data it produces refined data as output. We can also say the computer science is the studies of the data. There are two types of the Data: Atomic Data Composite Data Atomic Data :-> Atomic Data are non-compressible entity. E.g. A Integer Value 123 are not de-decompose Composite Data :-> Composite Data is a composition of several atomic data and hence data can be further divided into atomic data. E.g. Date of Birth Q 2. What is Data Type? Ans. A data type is a term which refers to the kind of data that variables may hold in a program language E.g. int x; x is a variable of type integer.